climate_ref.datasets
#
Dataset handling utilities
get_dataset_adapter(source_type, **kwargs)
#
Get the appropriate adapter for the specified source type
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
source_type
|
str
|
Type of source dataset |
required |
Returns:
| Type | Description |
|---|---|
DatasetAdapter
|
DatasetAdapter instance |
Source code in packages/climate-ref/src/climate_ref/datasets/__init__.py
sub-packages#
| Sub-package | Description |
|---|---|
| base | |
| cmip6 | |
| cmip6_parsers | CMIP6 parser functions for extracting metadata from netCDF files |
| obs4mips | |
| pmp_climatology | |
| utils |