hydromt_delft3dfm.utils.read_branches_gui#

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

Read branches.gui and add the properties to branches geodataframe.

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

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

Returns:

gdf_out – gdf containing the branches updated with branches gui params

Return type:

geopandas.GeoDataFrame