hydromt_wflow.workflows.add_planted_forest_to_landuse#

hydromt_wflow.workflows.add_planted_forest_to_landuse(planted_forest: ~geopandas.geodataframe.GeoDataFrame, ds_like: ~xarray.core.dataset.Dataset, planted_forest_c: float = 0.0881, orchard_name: str = 'Orchard', orchard_c: float = 0.2188, logger=<Logger hydromt_wflow.workflows.landuse (WARNING)>) DataArray[source]#

Update USLE C map with planted forest and orchard data.

Default USLE C values for planted forest and orchards are derived from Panagos et al., 2015 (10.1016/j.landusepol.2015.05.021). For harvested forest at different regrowth stages see also Borrelli and Schutt, 2014 (10.1016/j.geomorph.2013.08.022).

Parameters:
  • planted_forest (geopandas.GeoDataFrame) – GeoDataFrame containing planted forest data. Required columns are: ‘geometry’, and optionally ‘forest_type’ to find orchards.

  • ds_like (xr.Dataset) – Dataset at model resolution. Required variables are ‘USLE_C’.

  • planted_forest_c (float, optional) – USLE C value for planted forest, by default 0.0881.

  • orchard_name (str, optional) – Name of the orchard landuse class, by default “Orchard”.

  • orchard_c (float, optional) – USLE C value for orchards, by default 0.2188.

Returns:

usle_c – Updated USLE C map.

Return type:

xr.DataArray