Original author: James Yoder (https://github.com/jeyoder)
A real-time interactive WebGL visualisation of objects in Earth orbit.
- Install dependencies:
npm run install
- Run the project
npm run dev
Connect to it at http://localhost:5173
- Install dependencies:
npm run install
- Build the project
npm run build
The resulting assets will be in the dist
folder, which you can
then make available on your website.
Note, the current setup assumes the project will be run at the root of the website.
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 to Space Track, login and then you can use the following URL:
Once you have the latest data, then update public/data/TLE.json
, if running in
development or data/TLE.json
if deployed.
MIT license