Skip to content

Commit 8d3402b

Browse files
committed
Changed path names
1 parent 103d064 commit 8d3402b

9 files changed

Lines changed: 86912 additions & 6 deletions

File tree

docs/source/reference/parsers/modules.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ parsers
77
android
88
ephemeris
99
navdata
10+
precise_ephemerides
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
precise\_ephemerides module
2+
===========================
3+
4+
.. automodule:: precise_ephemerides
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

docs/source/reference/test_parsers/modules.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ parsers
66

77
test_android
88
test_navdata
9+
test_precise_ephemerides
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
test\_precise\_ephemerides module
2+
=================================
3+
4+
.. automodule:: test_precise_ephemerides
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

docs/source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ requests==2.28.1; python_version >= "3.7" and python_version < "4"
102102
scipy==1.7.3; python_version >= "3.7" and python_version < "3.11"
103103
send2trash==1.8.0; python_version >= "3.7"
104104
setuptools-scm==6.4.2; python_version >= "3.7"
105-
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.7"
105+
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0")
106106
snowballstemmer==2.2.0; python_version >= "3.6"
107107
soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.7"
108108
sphinx-rtd-theme==0.5.2

docs/source/tutorials/grg21553_short.clk

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

docs/source/tutorials/grg21553_short.sp3

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

notebooks/tutorials/parsers.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
"import numpy as np\n",
586586
"\n",
587587
"# load Android Google Challenge data\n",
588-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/ramya/multiGNSS_sp3/data/unit_test/android_2021/Pixel4_derived_clkdiscnt.csv --quiet -O \"Pixel4_derived_clkdiscnt.csv\"\n",
588+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/data/unit_test/android_2021/Pixel4_derived_clkdiscnt.csv --quiet -O \"Pixel4_derived_clkdiscnt.csv\"\n",
589589
"derived_data = AndroidDerived2021(\"Pixel4_derived_clkdiscnt.csv\", remove_timing_outliers=False)"
590590
]
591591
},
@@ -605,12 +605,12 @@
605605
"outputs": [],
606606
"source": [
607607
"# download .sp3 data file\n",
608-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/ramya/multiGNSS_sp3/data/unit_test/precise_ephemeris/grg21553_short.sp3 --quiet -O \"grg21553_short.sp3\"\n",
608+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/data/unit_test/precise_ephemeris/grg21553_short.sp3 --quiet -O \"grg21553_short.sp3\"\n",
609609
"# Specify .sp3 file path to extract precise ephemerides\n",
610610
"sp3_path = \"grg21553_short.sp3\"\n",
611611
"\n",
612612
"# download .clk data file\n",
613-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/ramya/multiGNSS_sp3/data/unit_test/precise_ephemeris/grg21553_short.clk --quiet -O \"grg21553_short.clk\"\n",
613+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/data/unit_test/precise_ephemeris/grg21553_short.clk --quiet -O \"grg21553_short.clk\"\n",
614614
"# Specify .clk file path to extract precise ephemerides\n",
615615
"clk_path = \"grg21553_short.clk\"\n",
616616
"\n",
@@ -699,7 +699,7 @@
699699
"name": "python",
700700
"nbconvert_exporter": "python",
701701
"pygments_lexer": "ipython3",
702-
"version": "3.8.9"
702+
"version": "3.8.9 (default, Jul 13 2021, 13:40:20) \n[GCC 9.3.0]"
703703
},
704704
"vscode": {
705705
"interpreter": {

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ reindent==3.5.1
9090
scipy==1.7.3; python_version >= "3.7" and python_version < "3.11"
9191
send2trash==1.8.0; python_version >= "3.7"
9292
setuptools-scm==6.4.2; python_version >= "3.7"
93-
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.7"
93+
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
9494
soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.7"
9595
tenacity==8.0.1; python_version >= "3.6"
9696
terminado==0.15.0; python_version >= "3.7"

0 commit comments

Comments
 (0)