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.
git clone git@github.com:SOEP-Group/SOEP-Visualizer.git
npm install
npm run dev
docker build -t my-node-app .
docker run -p 3000:3000 my-node-app
http://localhost:3000