about summary refs log tree commit diff
path: root/TLE.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-08-19 15:20:31 +0200
committerEmile <hanemile@protonmail.com>2019-08-19 15:20:31 +0200
commit3505e5c0384e6420d39fcf8599e2c1bab40ca3c5 (patch)
tree5a4bbc41abcdf766099efdb177876789e41e35e5 /TLE.go
parent97d06d342df2efbbcd758b526d927b389cc44b69 (diff)
added information where to get more information to the package desc
Diffstat (limited to 'TLE.go')
-rw-r--r--TLE.go7
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