hydromt.data_catalog.predefined_catalog.create_registry_file#
- hydromt.data_catalog.predefined_catalog.create_registry_file(root: Path, registry_path: Path | None = None) None [source]#
Create a registry file for all catalog files in the root directory.
The root directory should contain a <version>/data_catalog.yml file per version. By default the root directory is the cache directory of the catalog instance.
- Parameters:
root (
Path
) – root directory to search for data_catalog.yml files