SOEP-Group / SOEP-Visualizer

Satellite Orbit and Event Predictor (SOEP) is a C++ application that predicts satellite passes, collision risks, orbital decay, and re-entry events. It provides real-time data, visualizations, and a interface for satellite tracking and space object management.
MIT License
1 stars 0 forks source link

SOEP

Satellite Orbit and Event Predictor (SOEP) is a C++ application that predicts satellite passes, collision risks, orbital decay, and re-entry events. It provides real-time data, visualizations, and a interface for satellite tracking and space object management.

Installation

1. Clone the repository:

   git clone git@github.com:SOEP-Group/SOEP-Visualizer.git

2. Run commands

Option 1: Run Locally

   npm install
   npm run dev 

Option 2: Run with Docker

   docker build -t my-node-app .
   docker run -p 3000:3000 my-node-app

3. Open a web browser and navigate to


   http://localhost:3000