hydromt_sfincs.SfincsModel.setup_storage_volume#
- SfincsModel.setup_storage_volume(storage_locs: str | Path | GeoDataFrame, volume: float | List[float] = None, height: float | List[float] = None, merge: bool = True)[source]#
Setup storage volume.
Adds model layer: * vol map: storage volume for green infrastructure
- Parameters:
storage_locs (str, Path) – Path, data source name, or geopandas object to storage location polygon or point geometry file. Optional “volume” or “height” attributes can be provided to set the storage volume.
volume (float, optional) – Storage volume [m3], by default None
height (float, optional) – Storage height [m], by default None
merge (bool, optional) – If True, merge with existing storage volumes, by default True.