Skip to content

retrieval_rule_selections

Classes:

Name Description
RetrievalRuleSelections

Maps variable names to the rules and conversions that should be applied.

Attributes#

Classes#

RetrievalRuleSelections #

Bases: NamedTuple

Maps variable names to the rules and conversions that should be applied.

Attributes:

Name Type Description
coords Dict[VarName, RetrievedVariable]
data_vars Dict[VarName, RetrievedVariable]

Attributes#

coords instance-attribute #
coords: Dict[VarName, RetrievedVariable]
data_vars instance-attribute #
data_vars: Dict[VarName, RetrievedVariable]