hydromt_delft3dfm.utils.read_manholes#

hydromt_delft3dfm.utils.read_manholes(gdf: GeoDataFrame, fm_model: FMModel) GeoDataFrame[source]#

Read manholes from hydrolib-core storagenodes and network 1d nodes for locations.

Returns manholes geodataframe.

Parameters:
  • gdf (geopandas.GeoDataFrame) – gdf containing the network1d nodes

  • fm_model (hydrolib.core FMModel) – DflowFM model object from hydrolib

Returns:

gdf_manholes – geodataframe of the manholes and data

Return type:

geopandas.GeoDataFrame