Skip to content

Commit 5be9592

Browse files
Merge pull request #130 from Stanford-NavLab/v0.2.0
v0.2.0
2 parents 3979c39 + d1c2a53 commit 5be9592

File tree

120 files changed

+44788
-115234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+44788
-115234
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ results/*
2525

2626
# Ignore downloaded precise ephimerides files by default
2727
*.sp3
28+
*.SP3
2829
*.clk
30+
*.CLK
2931

3032
# Include unit test files for precise ephimerides
3133
!data/unit_test/*/*.sp3
34+
!data/unit_test/*/*.SP3
3235
!data/unit_test/*/*.clk
36+
!data/unit_test/*/*.CLK
3337

3438
# Ignore NMEA files by default
3539
*.nmea

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ In the directory organization above:
8080

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)
83-
* [Precise Ephemeris Data](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_mgex.html)
8483
* [TU Chemnitz smartLoc Dataset](https://www.tu-chemnitz.de/projekt/smartLoc/gnss_dataset.html.en#Datasets)
8584
* [NMEA](https://www.sparkfun.com/datasheets/GPS/NMEA%20Reference%20Manual-Rev2.1-Dec07.pdf)
85+
* [RINEX .o and .n] (https://files.igs.org/pub/data/format/rinex305.pdf)
86+
* [SP3 precise orbits](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/orbit_products.html)
87+
* [CLK clock products](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/clock_products.html)
8688

8789
* The `utils` directory contains utilities used to handle
8890
GNSS measurements, time conversions, visualizations, satellite

build_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
# export requirements.txt for buildings docs
33
poetry export -f requirements.txt --output ./docs/source/requirements.txt --with dev --without-hashes
4+
# export requirements.txt for Conda environment setup
5+
poetry export -f requirements.txt --output ./requirements.txt --without-hashes
46
cd docs
57

68
echo "Rebuilding References"
@@ -26,6 +28,4 @@ poetry run make clean
2628
echo "Building docs in html"
2729
poetry run make html
2830

29-
# export requirements.txt for Conda environment setup
3031
cd ..
31-
poetry export -f requirements.txt --output ./requirements.txt --without-hashes

data/unit_test/clk/COD0MGXFIN_20211180000_01D_30S_CLK.CLK

Lines changed: 16070 additions & 0 deletions
Large diffs are not rendered by default.

data/unit_test/clk/COD0OPSRAP_20230730000_01D_30S_CLK.CLK

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.

data/unit_test/clk/GFZ0MGXRAP_20201380000_01D_30S_CLK.CLK

Lines changed: 377 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

data/unit_test/clk/grg21553_short.clk

Lines changed: 6981 additions & 0 deletions
Large diffs are not rendered by default.

data/unit_test/ephemeris/igs/BRDC00WRD_S_20230730000_01D_MN.rnx

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)