Cryosphere Community Datapool Tools (ccdtools) API Reference
DataCatalog
ccdtools is developed around a central DataCatalog class.
|
A catalog for managing and loading datasets with versioning and subdataset support. |
Data discovery
There are various methods to explore the DataCatalog:
Show available resolutions for a given dataset/version/subdataset. |
|
Show available subdatasets for a given dataset and version. |
|
Show available versions for a given dataset. |
|
|
Describe available datasets and their supported options without loading data. |
|
Search datasets by keyword in dataset name, display name, or tags. |
Loading data
Datasets are loaded using the load_dataset method.
|
Load any dataset by name/version/subdataset with optional directory filtering. |
Under-the-hood, datasets are loaded using custom loaders.
Default and custom loader functions for datasets contained within the catalog |