hydromt.Model.read_maps#

Model.read_maps(fn: str = 'maps/*.nc', **kwargs) None[source]#

Read model map at <root>/<fn> and add to maps component.

key-word arguments are passed to xarray.open_dataset()

Parameters:
  • fn (str, optional) – filename relative to model root, may wildcards, by default “maps/*.nc”

  • **kwargs – Additional keyword arguments that are passed to the _read_nc function.