hydromt.Model.write_data_catalog#

Model.write_data_catalog(root=None, used_only=True)[source]#

Write the data catalog to hydromt_data.yml

Parameters:
  • root (str, Path, optional) – Global root for all relative paths in yaml file. If “auto” the data source paths are relative to the yaml output path.

  • used_only (bool) – If True, export only data entries kept in used_data list.