hydromt_sfincs.components.geometries.SfincsObservationPoints.create# SfincsObservationPoints.create(locations: str | Path | GeoDataFrame, merge: bool = True, **kwargs)[source]# Create model observation point locations. (old name: setup_observation_points) Adds model layers: obs geom: observation point locations Parameters: locations (str, Path, gpd.GeoDataFrame) – 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.