Skip to content

Commit

Permalink
fix water_demand_notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Nov 8, 2024
1 parent 98e8820 commit db2bad3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions examples/data/demand/data_catalog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
lisflood_gwbodies:
data_type: RasterDataset
path: lisflood_gwbodies.tif
driver: raster
filesystem: local
meta:
source_url: https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/CEMS-GLOFAS/LISFLOOD_static_and_parameter_maps_for_GloFAS/Water_demand/
crs: 4326
lisflood_gwfrac:
data_type: RasterDataset
path: lisflood_gwfrac.tif
driver: raster
filesystem: local
meta:
source_url: https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/CEMS-GLOFAS/LISFLOOD_static_and_parameter_maps_for_GloFAS/Water_demand/
crs: 4326
lisflood_ncfrac:
data_type: RasterDataset
path: lisflood_ncfrac.tif
driver: raster
filesystem: local
meta:
source_url: https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/CEMS-GLOFAS/LISFLOOD_static_and_parameter_maps_for_GloFAS/Water_demand/
crs: 4326
lisflood_waterregions:
data_type: RasterDataset
path: lisflood_waterregions.tif
driver: raster
filesystem: local
nodata: -9999
meta:
source_url: https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/CEMS-GLOFAS/LISFLOOD_static_and_parameter_maps_for_GloFAS/Water_demand/
crs: 4326
Binary file added examples/data/demand/lisflood_gwbodies.tif
Binary file not shown.
Binary file added examples/data/demand/lisflood_gwfrac.tif
Binary file not shown.
Binary file added examples/data/demand/lisflood_ncfrac.tif
Binary file not shown.
Binary file added examples/data/demand/lisflood_waterregions.tif
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/update_model_water_demand.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"outputs": [],
"source": [
"# NOTE: copy this line (without !) to your shell for more direct feedback\n",
"! hydromt build wflow \"./wflow_piave_water_demand\" -r \"{'basin': [12.2051, 45.8331], 'bounds': [11.70, 45.35, 12.95, 46.70]}\" -i wflow_build.yml -d artifact_data --fo -vv"
"! hydromt build wflow \"./wflow_piave_water_demand\" -r \"{'basin': [12.2051, 45.8331], 'bounds': [11.70, 45.35, 12.95, 46.70]}\" -i wflow_build.yml -d artifact_data -vv"
]
},
{
Expand All @@ -90,7 +90,7 @@
"metadata": {},
"outputs": [],
"source": [
"! hydromt update wflow wflow_piave_water_demand -i wflow_update_water_demand.yml -d artifact_data -d \"https://github.com/Deltares/hydromt_wflow/releases/download/v0.5.0/wflow_artifacts.yml\" -d ../tests/data/demand/data_catalog.yml --fo -v"
"! hydromt update wflow wflow_piave_water_demand -i wflow_update_water_demand.yml -d artifact_data -d \"https://github.com/Deltares/hydromt_wflow/releases/download/v0.5.0/wflow_artifacts.yml\" -d ./data/demand/data_catalog.yml -v"
]
},
{
Expand Down

0 comments on commit db2bad3

Please sign in to comment.