retrieved_dataset
Classes:
Name | Description |
---|---|
RetrievedDataset |
Maps variable names to the input DataArray the data are retrieved from. |
Attributes#
Classes#
RetrievedDataset #
Bases: NamedTuple
Maps variable names to the input DataArray the data are retrieved from.
Methods:
Name | Description |
---|---|
from_xr_dataset |
|
Attributes:
Name | Type | Description |
---|---|---|
coords |
Dict[VarName, DataArray]
|
|
data_vars |
Dict[VarName, DataArray]
|
|