Skip to content

A python tool to check where the ISS is and return the country/area below it.

License

Notifications You must be signed in to change notification settings

fdmarcin/whereiss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where in the world is the ISS?

A python tool to check where the ISS is and return the area/country below it.

What it does:

  1. Checks the location of the ISS by using the ISS API.
  2. Maps the long-lat to a country (using reverse geocoder).
  3. Print out a sentence like "The ISS is currently above <place>".

Requirements

  • requests
  • numpy, scipy (for reverse_geocoder)
  • pycountry

Works with Python 3.5

About

A python tool to check where the ISS is and return the country/area below it.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages