Skip to content

Commit dd0f245

Browse files
committed
update nmea file location
1 parent 36153ef commit dd0f245

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

notebooks/tutorials/parsers.ipynb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
]
1010
},
1111
{
12-
"attachments": {},
1312
"cell_type": "markdown",
1413
"id": "d5632d85",
1514
"metadata": {},
@@ -317,7 +316,6 @@
317316
]
318317
},
319318
{
320-
"attachments": {},
321319
"cell_type": "markdown",
322320
"id": "b0a917b6",
323321
"metadata": {},
@@ -326,7 +324,6 @@
326324
]
327325
},
328326
{
329-
"attachments": {},
330327
"cell_type": "markdown",
331328
"id": "f166df97",
332329
"metadata": {},
@@ -336,7 +333,6 @@
336333
]
337334
},
338335
{
339-
"attachments": {},
340336
"cell_type": "markdown",
341337
"id": "aa0ea320",
342338
"metadata": {},
@@ -356,14 +352,13 @@
356352
"outputs": [],
357353
"source": [
358354
"# download NMEA data and load it into NavData instance\n",
359-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/dalton/nmea/data/unit_test/nmea/nmea_w_correct_checksum.nmea --quiet -O \"nmea_w_correct_checksum.nmea\"\n",
355+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/data/unit_test/nmea/nmea_w_correct_checksum.nmea --quiet -O \"nmea_w_correct_checksum.nmea\"\n",
360356
"# Load the NMEA file into a NavData structure\n",
361357
"nmea_navdata = glp.Nmea('nmea_w_correct_checksum.nmea')\n",
362358
"print('Loaded NMEA data\\n', nmea_navdata)"
363359
]
364360
},
365361
{
366-
"attachments": {},
367362
"cell_type": "markdown",
368363
"id": "6606e32a",
369364
"metadata": {},
@@ -378,14 +373,13 @@
378373
"metadata": {},
379374
"outputs": [],
380375
"source": [
381-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/dalton/nmea/data/unit_test/nmea/nmea_no_checksum.nmea --quiet -O \"nmea_w_no_checksum.nmea\"\n",
376+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/data/unit_test/nmea/nmea_no_checksum.nmea --quiet -O \"nmea_w_no_checksum.nmea\"\n",
382377
"# Load the NMEA file into a NavData structure\n",
383378
"nmea_navdata = glp.Nmea('nmea_w_no_checksum.nmea', check=False)\n",
384379
"print('Loaded NMEA data\\n', nmea_navdata)"
385380
]
386381
},
387382
{
388-
"attachments": {},
389383
"cell_type": "markdown",
390384
"id": "a87c37c2",
391385
"metadata": {},
@@ -884,7 +878,7 @@
884878
],
885879
"metadata": {
886880
"kernelspec": {
887-
"display_name": "Python 3",
881+
"display_name": "Python 3 (ipykernel)",
888882
"language": "python",
889883
"name": "python3"
890884
},

0 commit comments

Comments
 (0)