File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "source" : [
2929 " # Get data path of example file\n " ,
3030 " glp.make_dir(\" ../data\" )\n " ,
31- " !wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/myreceiver.csv --quiet -nc -O \" ../data/myreceiver.csv\"\n " ,
31+ " !wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/data/ myreceiver.csv --quiet -nc -O \" ../data/myreceiver.csv\"\n " ,
3232 " data_path = \" ../data/myreceiver.csv\" "
3333 ]
3434 },
Original file line number Diff line number Diff line change 2525 "source" : [
2626 " # Get data path of example file\n " ,
2727 " glp.make_dir(\" ../data\" )\n " ,
28- " !wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/myreceiver.csv --quiet -nc -O \" ../data/myreceiver.csv\"\n " ,
28+ " !wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/data/ myreceiver.csv --quiet -nc -O \" ../data/myreceiver.csv\"\n " ,
2929 " data_path = \" ../data/myreceiver.csv\" "
3030 ]
3131 },
Original file line number Diff line number Diff line change 259259 "source" : [
260260 " # download myreceiver.csv file\n " ,
261261 " glp.make_dir(\" ../data\" )\n " ,
262- " !wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/myreceiver.csv --quiet -O \" ../data/myreceiver.csv\"\n " ,
262+ " !wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/data/ myreceiver.csv --quiet -O \" ../data/myreceiver.csv\"\n " ,
263263 " \n " ,
264264 " # create instance of MyReceiver\n " ,
265265 " my_receiver_data = MyReceiver(\" ../data/myreceiver.csv\" )"
You can’t perform that action at this time.
0 commit comments