satellite-track is an application for satellite orbit visualization based on TLE data
Go to file
2023-02-07 16:44:46 +08:00
.vscode 'git-init' 2023-01-05 11:13:17 +08:00
docs '增加自定义卫星功能' 2023-02-07 16:44:46 +08:00
public '增加菜单栏' 2023-02-02 17:22:00 +08:00
src '增加自定义卫星功能' 2023-02-07 16:44:46 +08:00
.eslintrc.cjs 'git-init' 2023-01-05 11:13:17 +08:00
.gitignore 'git-init' 2023-01-05 11:13:17 +08:00
.prettierrc.json 'git-init' 2023-01-05 11:13:17 +08:00
index.html '增加轨道可视化' 2023-02-01 17:34:22 +08:00
LICENSE Create LICENSE 2023-02-06 14:23:52 +08:00
package-lock.json 'init' 2023-01-30 10:20:08 +08:00
package.json 'init' 2023-01-30 10:20:08 +08:00
README.md '增加自定义卫星功能' 2023-02-07 16:44:46 +08:00
vite.config.js build again 2023-02-01 10:29:19 +08:00

satellite-track

satellite-track uses TLE data to track satellites and is developed using cesium, vue and satelliteJS.

preview

  1. 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;
  2. 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;

  3. If the spacecraft changes orbit frequently, the TLE cache needs to be cleared manually before use;

  4. Data from celestrak;


satellite-track使用TLE数据追踪卫星使用cesium、vue、satelliteJS开发。

预览

  1. 为了节约性能satellite-track 使用了如下限制:
    • 卫星轨道数据点击显示,而非全量显示;
    • 轨道数据预测未来24小时;
    • 只能同时选择5个星座数据;
  2. github pages 访问速度慢TLE数据与cesium数据较大请耐心等待资源加载;
  3. 如果航天器变轨频繁使用前需手动清除TLE缓存;
  4. 数据来源于celestrak;

satellite-track

satellite-track