A web platform that allows users to visualize all active orbiting satellites located above a selected country and track them in real-time.
- Retrieve TLE from CelesTrack
- Retrieve data of Satellites above a given country ( exemple : Algeria)
- Build and host the web platform
- Propagate the Satellites trajectories
To run this project locally, clone or download this repository.
- Install Apache web server
$ sudo apt update
$ sudo apt install apache2
-
Set Up Apache virtual host. You can follow these steps
-
Copy the project folder to your virtual host directory
The steps described above are for Linux environments, similar steps can be followed for Windows.