Skip to content

A simple python program that predicts the next time a location will be photographed by nasa satellites.

Notifications You must be signed in to change notification settings

Homlet/forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

f o r e c a s t

forecast can predict when your location will next be photographed by NASA's satellites. forecast is an easy to use, command line tool, with only a couple of prerequisites:

Usage is simple: if you have a coordinate pair (latitude and longitude), execute the file with the option --coord, followed by the coordinate.

e.g.: python forecast.py --coord 51.511407 -0.116043

If you don't have a coordinate pair, forecast can generate one for you, from an address. Simply execute with --address, followed by the address.

e.g.: python forecast.py --address Homerton College, Cambridge, CB2 8PH

forecast will return a single YYYY-MM-DD hh:mm:ss datetime: its best prediction for when then next photo will be taken.
Be prepared!

forecast was developed in less than 24 hours as an entry for the 2015 HackKings hackathon at King's College London.

About

A simple python program that predicts the next time a location will be photographed by nasa satellites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages