hydromt_wflow.workflows.landuse.landuse#

landuse(da: DataArray, ds_like: Dataset, df: DataFrame, params: list | None = None)[source]#

Return landuse map and related parameter maps.

The parameter maps are prepared based on landuse map and mapping table as provided in the generic data folder of hydromt.

For vegetation_crop_factor, land use types without any vegetation (e.g. water, bare soil) should have a crop factor equivalent to the nodata value. After mapping and resampling, the nodata values will be filled with 1.

Parameters:
Returns:

ds_out – Dataset containing gridded landuse based maps

Return type:

xarray.Dataset