diff options
-rw-r--r-- | TLE.go | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TLE.go b/TLE.go index 950e9c0..25221c3 100644 --- a/TLE.go +++ b/TLE.go @@ -1,5 +1,10 @@ /* -Implementing the "Two-line element set (TLE)", a data format encoding orbital elements of Earth-orbiting objects. https://en.wikipedia.org/wiki/Two-line_element_set +Implementing the "Two-line element set (TLE)", a data format encoding orbital elements of Earth-orbiting objects. + +More information can be found here: +- https://en.wikipedia.org/wiki/Two-line_element_set +- https://spaceflight.nasa.gov/realdata/sightings/SSapplications/Post/JavaSSOP/SSOP_Help/tle_def.html + */ package TLE |