Skip to content

Commit efc8c49

Browse files
authored
Merge pull request #110 from Stanford-NavLab/v0.1.10
V0.1.10
2 parents 60c35b6 + 86fc353 commit efc8c49

20 files changed

Lines changed: 129 additions & 32 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ dev/*
88
!dev/.gitkeep
99
gnss_lib_py_dev/
1010

11-
# development folder
11+
# results folder
1212
results/*
1313
!results/.gitkeep
1414

1515
# ignore downloaded csv files in notebook tutorials
1616
*.csv
1717
!data/unit_test/*/*.csv
1818
!notebooks/tutorials/myreceiver.csv
19+
1920
# Ignore downloaded precise ephimerides files by default
2021
*.sp3
2122
*.clk
23+
2224
# Include unit test files for precise ephimerides
2325
!data/unit_test/*/*.sp3
2426
!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
@@ -8,4 +8,4 @@ parsers
88
ephemeris
99
navdata
1010
precise_ephemerides
11-
smart_loc
11+
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
@@ -8,4 +8,4 @@ parsers
88
test_ephemeris
99
test_navdata
1010
test_precise_ephemerides
11-
test_smart_loc
11+
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)