Skip to content

JavaScript Application to view data about satellites and the sensors that track them:

Notifications You must be signed in to change notification settings

cwang-pivotal/keeptrack.space

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keeptrack.space

In 2015 @jeyoder released stuffin.space to visualize satellites around the earth. In 2016 @thkruz released keeptrack.space to provide simple orbital analysis tools.

Since then the code has been rewrote multiple times and now barely resembles the original behind the scenes.

License File

At this time the code is NOT in the public domain and I reserve all rights on my modifications.

Why Post the Code Then

I wouldn't have gotten this far if I hadn't been able to reference other projects and figure out how they work. I encourage you to use my ideas and methods, especially if you are currently forking from stuffin.space, but I am unwilling to give away use of the code to commercial projects at this time.

How the Code Works

  • index.htm - Controls the structure of the front-end and loads all the CSS and JS files.
  • main.js - Primary JS files that controls the draw loop.
  • satSet.js - Most of the manipulation of the local satellite catalogue occurs here.
  • lookangles.js - My personal modifications to @shashwata's amazing library satellite.js.
  • satCruncher.js - Web Worker that provides x, y, z coordinates of the satellites and if it is in a sensor's FOV.
  • orbit-calculation-worker.js - Web Worker that generates future orbits for satellites.
  • TLE.json - The main database on satellites.

About

JavaScript Application to view data about satellites and the sensors that track them:

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.8%
  • HTML 7.1%
  • CSS 2.1%