earthkit.data.field.grib.vertical

Attributes

Classes

Functions

from_grib(handle)

register_grib_level_type(key, component_type[, ...])

Module Contents

earthkit.data.field.grib.vertical.COLLECTOR
class earthkit.data.field.grib.vertical.ComponentMatcher
match(component)
class earthkit.data.field.grib.vertical.Converter
from_grib(value)
to_grib(value)
class earthkit.data.field.grib.vertical.GribLayerType(key, component_type, converter=Converter(), component_matcher=ComponentMatcher())

Bases: GribVerticalType

component_matcher
component_type
converter
from_grib(handle)
key
match(component)
to_grib(component)
class earthkit.data.field.grib.vertical.GribLevelType(key, component_type, converter=Converter(), component_matcher=ComponentMatcher())

Bases: GribVerticalType

component_matcher
component_type
converter
from_grib(handle)
key
match(component)
to_grib(component)
class earthkit.data.field.grib.vertical.GribVertical(handle)

Bases: earthkit.data.field.grib.core.GribFieldComponentHandler

BUILDER
COLLECTOR
classmethod from_handle(handle)
get_grib_context(context)
handle
class earthkit.data.field.grib.vertical.GribVerticalBuilder
static build(handle)
class earthkit.data.field.grib.vertical.GribVerticalContextCollector

Bases: earthkit.data.field.grib.collector.GribContextCollector

collect(spec, context)
static collect_keys(handler, context)
class earthkit.data.field.grib.vertical.GribVerticalType(key, component_type, converter=Converter(), component_matcher=ComponentMatcher())
component_matcher
component_type
converter
abstractmethod from_grib(handle)
key
abstractmethod match(component)
abstractmethod to_grib(component)
class earthkit.data.field.grib.vertical.IntComponentMatcher

Bases: ComponentMatcher

match(component)
class earthkit.data.field.grib.vertical.NonIntComponentMatcher

Bases: ComponentMatcher

match(component)
class earthkit.data.field.grib.vertical.PressurePaConverter

Bases: Converter

from_grib(value)
to_grib(value)
earthkit.data.field.grib.vertical.from_grib(handle)
earthkit.data.field.grib.vertical.register_grib_level_type(key, component_type, converter=Converter(), component_matcher=ComponentMatcher())