hydromt_wflow.WflowSedimentModel.setup_natural_reservoirs#
- WflowSedimentModel.setup_natural_reservoirs(reservoirs_fn: str | Path | GeoDataFrame, overwrite_existing: bool = False, duplicate_id: str = 'error', min_area: float = 1.0, output_names: Dict = {'reservoir_area__count': 'reservoir_area_id', 'reservoir_location__count': 'reservoir_outlet_id', 'reservoir_surface__area': 'reservoir_area', 'reservoir_water_sediment~bedload__trapping_efficiency': 'reservoir_trapping_efficiency'}, geom_name: str = 'meta_natural_reservoirs', **kwargs)[source]#
Generate maps of natural reservoir areas (lakes) and outlets.
This method is a specialized version of the setup_reservoirs method that is specifically designed for lakes, which are natural water bodies without artificial dams.
This means the trapping efficiency is set to 0.0 by default and the output staticgeoms will be called meta_natural_reservoirs.geojson by default.
For a description of the parameters and functionality, see py:meth:setup_reservoirs.