Skip to content

Commit d169a33

Browse files
committed
Add datasheet links
1 parent b251646 commit d169a33

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/source/reference/reference.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,29 @@ in learning more about GNSS:
2626
a visually-appealing and interactive blog post about some of the
2727
basic principles of GNSS positioning.
2828

29+
Reference Documents for GNSS Standards
30+
--------------------------------------
31+
32+
GNSS constellations and receivers use standardized file formats to transfer
33+
information such as estimated receiver coordinates, broadcast ephemeris
34+
parameters, and precise ephimerides.
35+
The parsers in ``gnss_lib_py`` are based on standard documentation for
36+
the systems and file systems, which are listed below along with their use
37+
in ``gnss_lib_py``.
38+
39+
* *Rinex v2.11* (`version format document <https://geodesy.noaa.gov/corsdata/RINEX211.txt>` __
40+
retrieved on 2nd July, 2023): for parsing broadcast navigation ephimerides.
41+
* *Rinex v3.05* (`version format document <https://files.igs.org/pub/data/format/rinex305.pdf>` __
42+
retrieved on 2nd July, 2023): for parsing broadcast navigation ephimerides.
43+
* *Rinex v4.00* (`version format document <https://files.igs.org/pub/data/format/rinex_4.00.pdf>` __
44+
retrieved on 2nd July, 2023): currently not supported by ``gnss_lib_py``.
45+
*NMEA* (`reference manual <https://www.sparkfun.com/datasheets/GPS/NMEA%20Reference%20Manual-Rev2.1-Dec07.pdf>` __
46+
retrieved on 23rd June, 2023): for parsing NMEA files with GGA and RMC messages.
47+
* *SP3*: used to determine SV positions for precise
48+
* *GLONASS ICD* (retrieved from this `link <https://www.unavco.org/help/glossary/docs/ICD_GLONASS_4.0_(1998)_en.pdf>` __
49+
retrieved on 27th June, 2023): for determining GLOASS SV states from
50+
broadcast satellite positions, velocities, and accelerations.
51+
2952
Package Architecture
3053
--------------------
3154

0 commit comments

Comments
 (0)