Data catalog#
General#
|
Base class for the data catalog object. |
|
Return a data source. |
Returns dictionary of DataSources. |
|
Return all predefined catalogs. |
|
|
Export the data catalog to a dictionary. |
|
Write data catalog to yaml format. |
|
Export a data slice of each dataset and a data_catalog.yml file to disk. |
|
Retrieve the bounding box and crs of the source. |
|
Detect the temporal range of the dataset. |
Add data sources#
|
Add a new data source to the data catalog. |
|
Add data sources to library or update them. |
|
Add data sources from a predefined data catalog. |
|
Add data sources based on yaml file. |
|
Add data sources based on dictionary. |
Get data#
|
Return a clipped, sliced and unified RasterDataset. |
|
Return a clipped, sliced and unified GeoDataset. |
|
Return a clipped and unified GeoDataFrame (vector). |
|
Return a clipped, sliced and unified DataFrame. |
|
Return a clipped, sliced and unified Dataset. |
Predefined data catalog#
|
Predefined data catalog. |
|
Get the cached catalog file path for a specific version. |
Create a registry file for all catalog files in the root directory. |