A streamlined Jupyter notebook for tracking satellites with realistic 3D visualization using Python, Plotly, and real TLE data.
Features
- Fetches live TLE data for the ISS (or any satellite)
- Parses and visualizes orbital parameters
- Real-time 3D visualization of satellite position and orbit on Earth
- Interactive Plotly globe with orbit path and current position
Getting Started
1. Clone this repository:
git clone https://github.com/stuti-bot/satellite-tracker.git cd satellite-tracker
2.Install dependencies:
pip install poliastro requests plotly matplotlib astropy numpy
3. Run the notebook:
jupyter notebook Satellite_Tracker.ipynb
Dependencies
Python 3.7+
poliastro
requests
plotly
matplotlib
astropy
numpy
License
MIT License
Credits
CelesTrak for TLE data
Plotly for visualization
