Skip to content

🔭 A library to gets satellite orbits from two-line elements

License

Notifications You must be signed in to change notification settings

LordHaywood/OrbitTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrbitsTS

A small library to calculate satellite orbits from two-line elements.

Example usage

import TLE from './TLE';
import Satellite from './Satellite';

const tle = new TLE("NOAA 14", "1 23455U 94089A   97320.90946019  .00000140  00000-0  10191-3 0  2621", "2 23455  99.0090 272.6745 0008546 223.1686 136.8816 14.11711747148495");
const sat = new Satellite(tle, 0.25);

Library based on

About

🔭 A library to gets satellite orbits from two-line elements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published