Code Monkey home page Code Monkey logo

satellite-track's Introduction

satellite-track

中文 | English

介绍

satellite-track 是一款追踪卫星轨道的程序,使用cesium、vue、satelliteJS开发。支持24小时之内(性能考虑)的卫星和卫星星座轨道显示;同时也支持自定义的卫星轨道数据(TLE)加载。数据来源于celestrak。

预览

运行

# 克隆项目工程
git clone https://github.com/jiangteng2019/satellite-track.git

# 进入项目根目录
cd satellite-track

# 安装依赖
npm install

# 启动项目
npm run dev

# 编译打包
npm run build

编译好的文件无法使用浏览器的file协议打开,你需要一个静态资源服务器,如 nginx。

注意

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

示例

satellite-track

satellite-track's People

Contributors

jiangteng2019 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.