hydromt.predefined_catalog.PredefinedCatalog.get_catalog_file#

PredefinedCatalog.get_catalog_file(version: str | None = None) Path | None[source]#

Get the cached catalog file path for a specific version.

Parameters:

version (str, optional) – The version of the catalog to retrieve. If None, the latest version is retrieved.

Returns:

The path to the cachd catalog file.

Return type:

Path