hydromt_wflow.WflowSedimentModel.set_staticmaps#
- WflowSedimentModel.set_staticmaps(data: Union[DataArray, Dataset], name: Optional[str] = None)#
This method will be deprecated in future versions. See
set_grid()
Add data to staticmaps.
All layers of staticmaps must have identical spatial coordinates.
- 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.