Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A real-time interactive WebGL visualisation of objects in Earth orbit

NotificationsYou must be signed in to change notification settings

ajmas/StuffInSpace

 
 

Repository files navigation

Original author: James Yoder (https://github.com/jeyoder)

A real-time interactive WebGL visualisation of objects in Earth orbit.

Running for Development

  1. Install dependencies:npm run install
  2. Run the projectnpm run dev

Connect to it athttp://localhost:5173

Building for Deployment

  1. Install dependencies:npm run install
  2. Build the projectnpm run build

The resulting assets will be in thedist folder, which you canthen make available on your website.

Note, the current setup assumes the project will be run at the rootof the website.

Getting TLE data

While TLE data (Two-Line Elements) is included in the project, it won't be up to date.

If you wish to get current TLE data, then head over toSpace Track,login and then you can use the following URL:

https://www.space-track.org/basicspacedata/query/class/tle_latest/ORDINAL/1/EPOCH/%3Enow-30/orderby/NORAD_CAT_ID/format/json

Once you have the latest data, then updatepublic/data/TLE.json, if running indevelopment ordata/TLE.json if deployed.

License

MIT license

About

A real-time interactive WebGL visualisation of objects in Earth orbit

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript75.2%
  • CSS10.9%
  • HTML6.1%
  • JavaScript3.3%
  • GLSL2.5%
  • Shell2.0%

[8]ページ先頭

©2009-2025 Movatter.jp