hydromt_wflow.workflows.soilgrids_sediment#

hydromt_wflow.workflows.soilgrids_sediment(ds, ds_like, usleK_method, logger=<Logger hydromt_wflow.workflows.soilgrids (WARNING)>)[source]#

Returns soil parameter maps for sediment modelling at model resolution based on soil properties from SoilGrids dataset.

The following soil parameter maps are calculated: - PercentClay: clay content of the topsoil [%] - PercentSilt: silt content of the topsoil [%] - PercentOC: organic carbon in the topsoil [%] - ErosK: mean detachability of the soil (Morgan et al., 1998) [g/J] - USLE_K: soil erodibility factor from the USLE equation [-] :param ds: Dataset containing soil properties. :type ds: xarray.Dataset :param ds_like: Dataset at model resolution. :type ds_like: xarray.DataArray :param usleK_method: Method to use for calculation of USLE_K {“renard”, “epic”}. :type usleK_method: str

Returns:

ds_out – Dataset containing gridded soil parameters for sediment modelling.

Return type:

xarray.Dataset