2023-02-13 02:05:23 +00:00
# satellite-track
2023-02-14 08:02:30 +00:00
[中文 ](https://github.com/jiangteng2019/satellite-track#readme ) | [English ](https://github.com/jiangteng2019/satellite-track/blob/master/README.en.md )
2023-02-13 02:05:23 +00:00
## Introduction
2024-09-29 08:00:08 +00:00
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;
2023-02-13 02:05:23 +00:00
## Preview
2024-01-17 05:35:41 +00:00
#### [【GitHub Pages】](https://jiangteng2019.github.io/satellite-track/)
2024-08-06 00:44:34 +00:00
#### [【satellite-track】](https://cesium.pages.dev/)
2023-02-13 02:05:23 +00:00
2024-01-17 05:35:41 +00:00
## Run
```sh
# Clone project
git clone https://github.com/jiangteng2019/satellite-track.git
2024-01-19 06:15:21 +00:00
2024-01-17 05:35:41 +00:00
# enter the project root directory
cd satellite-track
2024-01-19 06:15:21 +00:00
2024-01-17 05:35:41 +00:00
# Install dependencies
npm install
2024-01-19 06:15:21 +00:00
2024-01-17 05:35:41 +00:00
# startup project
npm run dev
2024-01-19 06:15:21 +00:00
2024-01-17 05:35:41 +00:00
# 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.
2023-02-13 02:05:23 +00:00
## Tips
2023-02-13 08:28:30 +00:00
1. 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;
1. In order to save performance, satellite-track limits the following options:
2023-02-13 02:05:23 +00:00
- orbital data prediction for the next 24 hours;
- only five constellation data can be selected at the same time;
## Example
2024-01-17 05:42:55 +00:00
