Skip to content

Commit

Permalink
Merge pull request #131 from Stanford-NavLab/derek/v0.2.0-docs
Browse files Browse the repository at this point in the history
doc fixes
  • Loading branch information
kanhereashwin authored Aug 5, 2023
2 parents 5be9592 + 2be51de commit d646aeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The modularity of `gnss_lib_py` is made possibly by the unifying
numeric and string data consistently.
We provide standard row names for `NavData` elements on the
[reference page](https://gnss-lib-py.readthedocs.io/en/latest/reference/reference.html).
These names ensure cross compatability between different datasets and
These names ensure cross compatibility between different datasets and
algorithms.

Documentation
Expand Down Expand Up @@ -82,7 +82,7 @@ In the directory organization above:
* [2022 Google Android Derived Dataset](https://www.kaggle.com/competitions/smartphone-decimeter-2022)
* [TU Chemnitz smartLoc Dataset](https://www.tu-chemnitz.de/projekt/smartLoc/gnss_dataset.html.en#Datasets)
* [NMEA](https://www.sparkfun.com/datasheets/GPS/NMEA%20Reference%20Manual-Rev2.1-Dec07.pdf)
* [RINEX .o and .n] (https://files.igs.org/pub/data/format/rinex305.pdf)
* [RINEX .o and .n](https://files.igs.org/pub/data/format/rinex305.pdf)
* [SP3 precise orbits](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/orbit_products.html)
* [CLK clock products](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/clock_products.html)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The modularity of :code:`gnss_lib_py` is made possibly by the unifying
numeric and string data consistently.
We provide standard row names for :code:`NavData` elements on the
:ref:`reference page<reference>`.
These names ensure cross compatability between different datasets and
These names ensure cross compatibility between different datasets and
algorithms.

Source Code
Expand Down
2 changes: 1 addition & 1 deletion notebooks/tutorials/sv_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"derived_reference = derived_l1.copy()\n",
"sv_state_rows = ['x_sv_m', 'y_sv_m', 'z_sv_m', 'vx_sv_mps', 'vy_sv_mps', 'vz_sv_mps', 'b_sv_m']\n",
"derived_l1.remove(rows=sv_state_rows, inplace=True)\n",
"derived_sv_states = glp.add_sv_states(derived_l1, ephemeris_path = \"ephemeris/\")"
"derived_sv_states = glp.add_sv_states(derived_l1, file_paths = \"ephemeris/\")"
]
},
{
Expand Down

0 comments on commit d646aeb

Please sign in to comment.