From 3505e5c0384e6420d39fcf8599e2c1bab40ca3c5 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 19 Aug 2019 15:20:31 +0200 Subject: added information where to get more information to the package desc --- TLE.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1