Skip to content

Commit cf8200a

Browse files
committed
Merge remote-tracking branch 'origin/v0.1.11' into dalton/nmea
2 parents 1463af9 + efc8c49 commit cf8200a

19 files changed

Lines changed: 127 additions & 31 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev/*
1010
!dev/.gitkeep
1111
gnss_lib_py_dev/
1212

13-
# development folder
13+
# results folder
1414
results/*
1515
!results/.gitkeep
1616

@@ -26,6 +26,7 @@ results/*
2626
# Ignore downloaded precise ephimerides files by default
2727
*.sp3
2828
*.clk
29+
2930
# Include unit test files for precise ephimerides
3031
!data/unit_test/*/*.sp3
3132
!data/unit_test/*/*.clk

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ In the directory organization above:
8181
* [2021 Google Android Derived Dataset](https://www.kaggle.com/c/google-smartphone-decimeter-challenge)
8282
* [2022 Google Android Derived Dataset](https://www.kaggle.com/competitions/smartphone-decimeter-2022)
8383
* [Precise Ephemeris Data](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_mgex.html)
84+
* [TU Chemnitz smartLoc Dataset](https://www.tu-chemnitz.de/projekt/smartLoc/gnss_dataset.html.en#Datasets)
8485

8586
* The `utils` directory contains utilities used to handle
8687
GNSS measurements, time conversions, visualizations, satellite
File renamed without changes.

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ In the directory organization above:
9090
* `2021 Google Android Derived Dataset <https://www.kaggle.com/c/google-smartphone-decimeter-challenge>`__
9191
* `2022 Google Android Derived Dataset <https://www.kaggle.com/competitions/smartphone-decimeter-2022>`__
9292
* `Precise Ephemeris Data <https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_mgex.html>`__
93+
* `TU Chemnitz smartLoc Dataset <https://www.tu-chemnitz.de/projekt/smartLoc/gnss_dataset.html.en#Datasets>`__
9394

9495
* The :code:`utils` directory contains utilities used to handle
9596
GNSS measurements, time conversions, visualizations, satellite

docs/source/reference/parsers/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ parsers
1010
nmea
1111
precise_ephemerides
1212
rinex
13-
smart_loc
1413
sp3
14+
smartloc

docs/source/reference/parsers/smart_loc.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
smartloc module
2+
===============
3+
4+
.. automodule:: smartloc
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

docs/source/reference/test_parsers/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ parsers
99
test_navdata
1010
test_nmea
1111
test_precise_ephemerides
12-
test_smart_loc
12+
test_smartloc

docs/source/reference/test_parsers/test_smart_loc.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
test\_smartloc module
2+
=====================
3+
4+
.. automodule:: test_smartloc
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)