hydromt_wflow.WflowSedimentModel.set_staticmaps#

WflowSedimentModel.set_staticmaps(data: DataArray | Dataset, name: str | None = None)#

Add data to staticmaps.

All layers of staticmaps must have identical spatial coordinates. This method will be deprecated in future versions. See set_grid().

Parameters:
  • data (xarray.DataArray or xarray.Dataset) – new map layer to add to staticmaps

  • name (str, optional) – Name of new map layer, this is used to overwrite the name of a DataArray or to select a variable from a Dataset.