Skip to content

rossengeorgiev/orbits-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published