mirror of
https://github.com/jiangteng2019/satellite-track.git
synced 2025-06-16 14:58:19 +00:00
satellite-track is an application for satellite orbit visualization based on TLE data
.vscode | ||
docs | ||
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc.json | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
satellite-track
satellite-track uses TLE data to track satellites and is developed using cesium, vue and satelliteJS.
preview
-
In order to save performance, satellite-track limits the following options:
- click display of satellite orbital data, not full display;
- orbital data prediction for the next 24 hours;
- only five constellation data can be selected at the same time;
-
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;
-
If the spacecraft changes orbit frequently, the TLE cache needs to be cleared manually before use;
-
Data from celestrak;
satellite-track使用TLE数据追踪卫星,使用cesium、vue、satelliteJS开发。
预览
- 为了节约性能,satellite-track 使用了如下限制:
- 卫星轨道数据点击显示,而非全量显示;
- 轨道数据预测未来24小时;
- 只能同时选择5个星座数据;
- github pages 访问速度慢,TLE数据与cesium数据较大,请耐心等待资源加载;
- 如果航天器变轨频繁,使用前需手动清除TLE缓存;
- 数据来源于celestrak;