Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.58 KB

File metadata and controls

32 lines (26 loc) · 1.58 KB

ISS Insight 🛰️

Real-Time International Space Station (ISS) Tracker with Python

A Python script that fetches TLE data of the ISS (ZARYA) satellite, calculates its position, predicts its orbit and visualizes its trajectory on an interactive map. Thanks to Celestrak We can access to the TLE data of satellites, including International Space Station.

Libraries

Required libraries:

Running the Script

  • Clone the project git clone https://github.com/BazarganDev/ISS-Insight.git
  • Install required modules pip install -r requirements.txt
  • Run the script and wait for the map to launch python3 tracker.py

Output

Screenshot_1 Screenshot_2

Updates

The project still have some room for improvement. So if you have any thoughts to improve the source code, feel free to create a pull request. If you have any suggestions or thinking about collaboration, let me know in the issues section.

To-Do

  • Fix bugs
  • Add docstring for each function