Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 609 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 609 Bytes

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