mirror of
https://github.com/jiangteng2019/satellite-track.git
synced 2025-06-16 14:58:19 +00:00
1.4 KiB
1.4 KiB
satellite-track
Introduction
Satellite-track is a program for tracking satellite orbit, developed by cesium, vue and satelliteJS. It supports satellite and satellite constellation orbit display within the next 24 hours; TLE data is from celestrak;
Preview
【GitHub Pages】
【satellite-track】
Run
# Clone project
git clone https://github.com/jiangteng2019/satellite-track.git
# enter the project root directory
cd satellite-track
# Install dependencies
npm install
# startup project
npm run dev
# Compile and package
npm run build
The compiled file cannot be opened using the browser's file protocol. You need a static resource server, such as nginx.
Tips
- The access speed of github pages is slow, and the TLE data and cesium data are large. Please wait patiently for the resources to load;
- In order to save performance, satellite-track limits the following options:
- orbital data prediction for the next 24 hours;
- only five constellation data can be selected at the same time;