|
147 | 147 | "outputs": [], |
148 | 148 | "source": [ |
149 | 149 | "# 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", |
151 | 151 | "\n", |
152 | 152 | "# 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)" |
154 | 154 | ] |
155 | 155 | }, |
156 | 156 | { |
|
299 | 299 | "outputs": [], |
300 | 300 | "source": [ |
301 | 301 | "# 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", |
303 | 303 | "\n", |
304 | 304 | "# 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", |
306 | 306 | "\n", |
307 | 307 | "# 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)" |
309 | 309 | ] |
310 | 310 | }, |
311 | 311 | { |
|
409 | 409 | "\n", |
410 | 410 | "for input_loc in input_locations:\n", |
411 | 411 | " # 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)" |
413 | 413 | ] |
414 | 414 | } |
415 | 415 | ], |
|
0 commit comments