hydromt.Model.set_staticmaps#

Model.set_staticmaps(data, name=None)[source]#

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.