Skip to content

zeryabmoussaoui/cesiumjs-space-visualizer

Repository files navigation

CesiumJS Space Visualizer

A web platform that allows users to visualize all active orbiting satellites located above a selected country and track them in real-time.

List of the project tasks

  • Retrieve TLE from CelesTrack
  • Retrieve data of Satellites above a given country ( exemple : Algeria)
  • Build and host the web platform
  • Propagate the Satellites trajectories

Run the project locally

To run this project locally, clone or download this repository.

$ 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.