Satellite orbit visualization and pass prediction.
- Calculate position and orbit of satellites from TLE
- Set groundstation through geolocation or pick on map
- Calculate passes for a set groundstation
- Local browser notifications for passes
- Serverless architecture
- Works offline as Progressive Web App (PWA)
Initialize submodules and install npm build dependencies:
git submodule update --init
npm install
npm run startfor the dev servernpm run buildto build the application (output indistfolder)npm run serveto build the application and serve with static webservernpm run update-tleto retrieve the latest satellite TLEs from NORAD
This project is licensed under a RESTRICTIVE License - see the LICENSE file for details.
