Skip to content

Commit 902dbc7

Browse files
committed
Apparantely still a problem with server in the demo notebook..
1 parent 161a255 commit 902dbc7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

notebooks/demo.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@
147147
"outputs": [],
148148
"source": [
149149
"# Specify the server where data are located\n",
150-
"server = \"https://www.ncei.noaa.gov/data/oceans/glider/seaglider/uw/033/20100903/\"\n",
150+
"#server = \"https://www.ncei.noaa.gov/data/oceans/glider/seaglider/uw/033/20100903/\"\n",
151151
"\n",
152152
"# Load and concatenate all datasets from the server, optionally specifying the range of profiles to load\n",
153-
"list_datasets = readers.load_basestation_files(server, start_profile=1, end_profile=10)"
153+
"#list_datasets = readers.load_basestation_files(server, start_profile=1, end_profile=10)"
154154
]
155155
},
156156
{
@@ -299,13 +299,13 @@
299299
"outputs": [],
300300
"source": [
301301
"# Specify the server where data are located\n",
302-
"server = \"https://www.ncei.noaa.gov/data/oceans/glider/seaglider/uw/033/20100903/\"\n",
302+
"#server = \"https://www.ncei.noaa.gov/data/oceans/glider/seaglider/uw/033/20100903/\"\n",
303303
"\n",
304304
"# Load and concatenate all datasets from the server, optionally specifying the range of profiles to load\n",
305-
"list_datasets = readers.load_basestation_files(server, start_profile=1, end_profile=19)\n",
305+
"#list_datasets = readers.load_basestation_files(server, start_profile=1, end_profile=19)\n",
306306
"\n",
307307
"# Convert the list of datasets to OG1\n",
308-
"ds_OG1, var_list = convertOG1.convert_to_OG1(list_datasets)"
308+
"#ds_OG1, var_list = convertOG1.convert_to_OG1(list_datasets)"
309309
]
310310
},
311311
{
@@ -409,7 +409,7 @@
409409
"\n",
410410
"for input_loc in input_locations:\n",
411411
" # Example usage\n",
412-
" ds_all = convertOG1.process_and_save_data(input_loc, output_dir=data_path, save=True, run_quietly=True)"
412+
"# ds_all = convertOG1.process_and_save_data(input_loc, output_dir=data_path, save=True, run_quietly=True)"
413413
]
414414
}
415415
],

0 commit comments

Comments
 (0)