orbits-js icon indicating copy to clipboard operation
orbits-js copied to clipboard

🛰️ A small library to display satellite orbits from two-line elements with Google Maps API3

Orbits.js

orbits.js preview image

A small library to display satellite orbits from two-line elements via Google Maps.

Live preview

Example usage

var myMap = new google.maps.Map(...);
var myTLE = new orbits.TLE(tle_text);
var mySat = new orbits.Satellite({ map: myMap, tle: myTLE});

// You can also parse a file containing many TLEs
var TLE_Array = orbits.util.praseTLE(tle_text);

Documentation

Explore the library from here.

Library based on