Skip to content

Commit c37fdc5

Browse files
committed
add general GNSS references
1 parent 77e66a5 commit c37fdc5

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

docs/source/contributing/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Pull Request Review Workflow
206206
7. Submit your approval or any comments on GitHub.
207207

208208
New Package Release Workflow
209-
--------------------
209+
----------------------------
210210

211211
1. Create new branch for the release:
212212

docs/source/reference/reference.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
Reference
44
=========
55

6+
General GNSS References
7+
-----------------------
8+
9+
The GNSS in ``gnss_lib_py`` stands for Global Navigation Satellite
10+
System(s). The following is a list of references that might be helpful
11+
in learning more about GNSS:
12+
13+
* *Global Positioning System: Signals, Measurements, and Performance* by
14+
Pratap Misra and Per Enge.
15+
* *Positioning, Navigation, and Timing Technologies in the 21st Century*
16+
edited by Y. Jade Morton, Frank van Diggelen, James J. Spilker Jr,
17+
Bradford W. Parkinson, Sherman Lo, and Grace Gao.
18+
* *Understanding GPS/GNSS: Principles and Applications* edited by
19+
Elliott D. Kaplan and Christopher J. Hegarty.
20+
* "GPS: An Introduction to Satellite Navigation" by Frank van Diggelen
21+
found on `YouTube <https://www.youtube.com/playlist?list=PLGvhNIiu1ubyEOJga50LJMzVXtbUq6CPo>`__:
22+
a playlist of online classes that teach a broad overview of GNSS
23+
topics.
24+
* "GPS" by Bartosz Ciechanowski found at
25+
`ciechanow.ski/gps <https://ciechanow.ski/gps/>`__:
26+
a visually-appealing and interactive blog post about some of the
27+
basic principles of GNSS positioning.
28+
629
Package Architecture
730
--------------------
831

0 commit comments

Comments
 (0)