hydromt_sfincs.SfincsModel.setup_observation_points#

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

Setup model observation point locations.

Adds model layers:

  • obs geom: observation point locations

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

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