hydromt_sfincs.components.geometries.SfincsThinDams.create#

SfincsThinDams.create(locations: str | Path | GeoDataFrame, merge: bool = True, **kwargs)[source]#

Create model thin dams (old name: setup_structures).

Adds model layers:

  • thd geom: thin dams

Parameters:
  • locations (str, Path, gpd.GeoDataFrame) – Path, data source name, or geopandas object for thin dam locations.

  • merge (bool, optional) – If True, merge the new thin dams with the existing ones. By default True.