hydromt_sfincs.components.grid.SfincsStorageVolume.create#
- SfincsStorageVolume.create(storage_locs: str | Path | GeoDataFrame, volume: float | List[float] = None, height: float | List[float] = None, merge: bool = True)[source]#
Create 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 Noneheight (
float, optional) – Storage height [m], by default Nonemerge (
bool, optional) – If True, merge with existing storage volumes, by default True.