diff options
author | Emile <hanemile@protonmail.com> | 2019-08-19 15:20:31 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-19 15:20:31 +0200 |
commit | 3505e5c0384e6420d39fcf8599e2c1bab40ca3c5 (patch) | |
tree | 5a4bbc41abcdf766099efdb177876789e41e35e5 | |
parent | 97d06d342df2efbbcd758b526d927b389cc44b69 (diff) |
added information where to get more information to the package desc
-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 |