hydromt_wflow.WflowModel.set_staticmaps¶
- WflowModel.set_staticmaps(data, name=None)¶
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.