Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.25 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.25 KB

Tracking Satellites on Google Earth

Tracking satellites using TLEs and Perl (KML/Google Earth output). This single Perl file is designed to sit on your server and by default returns a KML file tracking the International Space Station over the next 2 hours. The default TLW source file is at http://celestrak.com/NORAD/elements/visual.txt.

File useage

With a few simple arguments the file can slightly alter the returned output in KML. Defaults shown in brackets.

Perl Packages Required

CGI, Math, POSIX, LWP and Astro::Coord

It was written in Perl because it utilises the Astro-satpass package by Tom Wyant (found at http://search.cpan.org/dist/Astro-satpass/). Perl is not my favorutie package but this is a speedy library that does most of the grunt work. Big thank you to Tom for all his hard work. :)