satellite-track is an application for satellite orbit visualization based on TLE data
Go to file
2024-09-29 16:00:08 +08:00
.vscode 'git-init' 2023-01-05 11:13:17 +08:00
docs fix(*): fix deploy 2024-09-29 15:53:01 +08:00
public '增加菜单栏' 2023-02-02 17:22:00 +08:00
src feat(*): 代码梳理与精简|删除冗余功能 2024-09-29 15:18:03 +08:00
.eslintrc.cjs 'git-init' 2023-01-05 11:13:17 +08:00
.gitignore fix(*): fix deploy 2024-09-29 15:53:01 +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.en.md fix(readme): readme fix 2024-09-29 16:00:08 +08:00
README.md fix(readme): readme fix 2024-09-29 16:00:08 +08:00
vite.config.js bugfix(Satellite): 重新修复部署路径问题 2024-05-17 11:38:38 +08:00

satellite-track

中文 | English

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

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

Example

satellite-track