hydromt_wflow.workflows.domestic#
- hydromt_wflow.workflows.domestic(ds: Dataset, ds_like: Dataset, popu: Dataset | None = None, original_res: float | None = None) tuple [source]#
Create domestic water demand maps.
- Parameters:
ds (xr.Dataset) – Raw domestic data dataset.
ds_like (xr.Dataset) – Dataset at wflow model domain and resolution.
popu (xr.Dataset) – Population dataset (number of people per gridcell).
original_res (float) – Original resolution of ds. If provided, ds will be upscaled before downsampling with population.
- Returns:
Domestic data at model resolution, Population data at model resolution.
- Return type: