|
179 | 179 | "outputs": [], |
180 | 180 | "source": [ |
181 | 181 | "timeseries_type = \"full\"\n", |
182 | | - "path_to_rtcs = f\"data/{timeseries_type}_timeseries/asf_rtcs\"\n" |
| 182 | + "path_to_rtcs = f\"data/raster_data/{timeseries_type}_timeseries/asf_rtcs\"\n" |
183 | 183 | ] |
184 | 184 | }, |
185 | 185 | { |
|
407 | 407 | " \"\"\"Function to create VRT files for each variable given a\n", |
408 | 408 | " list of file paths fo that variable.\"\"\"\n", |
409 | 409 | "\n", |
410 | | - " full_timeseries_data = '../data/full_timeseries'\n", |
411 | | - " subset_timeseries_data = '../data/subset_timeseries'\n", |
| 410 | + " full_timeseries_data = '../data/raster_data/full_timeseries'\n", |
| 411 | + " subset_timeseries_data = '../data/raster_data/subset_timeseries'\n", |
412 | 412 | "\n", |
413 | 413 | " if timeseries_type == 'full':\n", |
414 | 414 | " data_path = full_timeseries_data\n", |
|
473 | 473 | "metadata": {}, |
474 | 474 | "outputs": [], |
475 | 475 | "source": [ |
476 | | - "ds_vv = xr.open_dataset(f\"../data/{timeseries_type}_timeseries/vrt_files/s1_stack_vv.vrt\", chunks=\"auto\")\n", |
477 | | - "ds_vh = xr.open_dataset(f\"../data/{timeseries_type}_timeseries/vrt_files/s1_stack_vh.vrt\", chunks=\"auto\")\n", |
478 | | - "ds_ls = xr.open_dataset(f\"../data/{timeseries_type}_timeseries/vrt_files/s1_stack_ls_map.vrt\", chunks=\"auto\")" |
| 476 | + "ds_vv = xr.open_dataset(f\"../data/raster_data/{timeseries_type}_timeseries/vrt_files/s1_stack_vv.vrt\", chunks=\"auto\")\n", |
| 477 | + "ds_vh = xr.open_dataset(f\"../data/raster_data/{timeseries_type}_timeseries/vrt_files/s1_stack_vh.vrt\", chunks=\"auto\")\n", |
| 478 | + "ds_ls = xr.open_dataset(f\"../data/raster_data/{timeseries_type}_timeseries/vrt_files/s1_stack_ls_map.vrt\", chunks=\"auto\")" |
479 | 479 | ] |
480 | 480 | }, |
481 | 481 | { |
|
518 | 518 | ], |
519 | 519 | "metadata": { |
520 | 520 | "kernelspec": { |
521 | | - "display_name": "Python 3 (ipykernel)", |
| 521 | + "display_name": "geospatial_datacube_book_env", |
522 | 522 | "language": "python", |
523 | 523 | "name": "python3" |
524 | 524 | }, |
|
532 | 532 | "name": "python", |
533 | 533 | "nbconvert_exporter": "python", |
534 | 534 | "pygments_lexer": "ipython3", |
535 | | - "version": "3.13.2" |
| 535 | + "version": "3.11.3" |
536 | 536 | }, |
537 | 537 | "widgets": { |
538 | 538 | "application/vnd.jupyter.widget-state+json": { |
|
0 commit comments