Base class for the regridding object tree. More...
Base class for the regridding object tree.
This is the abstract base class for all GRIB files, operators, subsetters and grids. Everything that is representable as an Regrib operation is a subclass of GRIBBase. This class should never be instantiated directly.
Public Member Functions | |
def | is_ready (self, args, kwargs) |
Returns True if this object and its subobjects are all ready for a call to make, and False otherwise. More... | |
def | input_valid (self, kwargs) |
Returns True if the specified kwargs are valid and False otherwise. More... | |
def | make (self, regrib, kwargs) |
Runs the action this object should perform and returns another GRIBBase object. More... | |
def hwrf.regrib.GRIBBase.input_valid | ( | self, | |
kwargs | |||
) |
def hwrf.regrib.GRIBBase.is_ready | ( | self, | |
args, | |||
kwargs | |||
) |
def hwrf.regrib.GRIBBase.make | ( | self, | |
regrib, | |||
kwargs | |||
) |