hydromt.Model.write_data_catalog# Model.write_data_catalog(root: Optional[Union[str, Path]] = None, used_only: bool = 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.