hydromt_wflow.WflowModel.read_staticmaps#

WflowModel.read_staticmaps(filename: Path | str | None = None, **kwargs)[source]#

Read staticmaps model data.

Checks the path of the file in the config toml using both input.path_static and dir_input. If not found uses the default path staticmaps.nc in the root folder. Key-word arguments are passed to _read_nc()

Parameters:
  • filename (str, optional) – Name or path to the staticmaps file to be read. This is the path/name relative to the root folder and if present the dir_input folder. By default None.

  • **kwargs (dict) – Additional keyword arguments to be passed to the read_nc method.