diff options
author | Emile <hanemile@protonmail.com> | 2019-09-03 11:42:13 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-03 11:42:13 +0200 |
commit | 5dd20eb9b3d846630592fd2ee381abf4153a99cf (patch) | |
tree | 5d7d1062e98f36de4de322ba50924c8068deb14d | |
parent | 2e4fefaf0858b3a4f53b9517a37c8fd88f53d81b (diff) |
updated the packge comment
-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 |