Skip to content

Commit 330ee18

Browse files
authored
Added "Output" section
1 parent 14630cb commit 330ee18

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

iss_tracker/README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# ISS Tracker
1+
# ISS Tracker 🛰️
22
A Python script to fetch TLE data of the ISS (ZARYA) satellite, calculate its position, predict its orbit and visualize its trajectory on an interactive map. Thanks to [Celestrak](https://celestrak.org/) We can access to the TLE data of satellites, including International Space Station.
33

44
## How to Run
5-
- Install required modules
6-
`pip install -r requirements.txt`
7-
- Run the script and wait for the map to launch
8-
`python3 tracker.py`
5+
- Install required modules: `pip install -r requirements.txt`
6+
- Run the script: `python3 tracker.py`
7+
- Wait for the map to launch.
98

109
## Key Concepts
1110
### What is a TLE?
@@ -20,5 +19,17 @@ In Astronomy, the subpoint position (or subsatellite point) of a satellite refer
2019
### What is International Date Line (IDL)?
2120
The International Date Line is an imaginary line that runs from the North Pole to the South Pole, primarily along the 180th meridian in the Pacific Ocean. It serves as the boundary between two consecutive calendar dates, meaning when you cross it, you either gain or lose a day depending on the direction you are traveling (Source: ["The international date line, explained"](https://www.livescience.com/44292-international-date-line-explained.html) and ["International Date Line"](https://www.britannica.com/topic/International-Date-Line)).
2221

22+
### What libraries are used in the script?
23+
- `Skyfield` ([Documentation](https://rhodesmill.org/skyfield/))
24+
- `Folium` ([Documentation](https://python-visualization.github.io/folium/latest/index.html))
25+
- `Selenium` ([Documentation](https://www.selenium.dev/documentation/))
26+
- `Datetime` ([Documentation](https://docs.python.org/3/library/datetime.html))
27+
- `Time` ([Documentation](https://docs.python.org/3/library/time.html))
28+
- `OS` ([Documentation](https://docs.python.org/3/library/os.html))
29+
30+
## Output
31+
![Screenshot_1](https://github.com/user-attachments/assets/1027863f-fe7a-46ee-abb6-daef4b6a12a3)
32+
![Screenshot_2](https://github.com/user-attachments/assets/4ee308a3-41b1-4bb0-b02a-e394f090444b)
33+
2334
## Author
24-
Mohammad Bazargan ([BazarganDev](https://github.com/BazarganDev))
35+
Mohammad Bazargan ([BazarganDev](https://github.com/BazarganDev))

0 commit comments

Comments
 (0)