diff options
Diffstat (limited to 'TLE.go')
-rw-r--r-- | TLE.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TLE.go b/TLE.go index a0d0bcb..96f5c11 100644 --- a/TLE.go +++ b/TLE.go @@ -1,12 +1,11 @@ /* -Implementing the "Two-line element set (TLE)", a data format encoding orbital elements of Earth-orbiting objects. +Package tle 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 // TLE defines the lines contained in a Two-Line-Element |