File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 ]
1010 },
1111 {
12- "attachments" : {},
1312 "cell_type" : " markdown" ,
1413 "id" : " d5632d85" ,
1514 "metadata" : {},
317316 ]
318317 },
319318 {
320- "attachments" : {},
321319 "cell_type" : " markdown" ,
322320 "id" : " b0a917b6" ,
323321 "metadata" : {},
326324 ]
327325 },
328326 {
329- "attachments" : {},
330327 "cell_type" : " markdown" ,
331328 "id" : " f166df97" ,
332329 "metadata" : {},
336333 ]
337334 },
338335 {
339- "attachments" : {},
340336 "cell_type" : " markdown" ,
341337 "id" : " aa0ea320" ,
342338 "metadata" : {},
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" : {},
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" : {},
884878 ],
885879 "metadata" : {
886880 "kernelspec" : {
887- "display_name" : " Python 3" ,
881+ "display_name" : " Python 3 (ipykernel) " ,
888882 "language" : " python" ,
889883 "name" : " python3"
890884 },
You can’t perform that action at this time.
0 commit comments