TimeBinSelection¶
- class geodesic.tesseract.components.TimeBinSelection(*args, **kwargs)[source]¶
Bases:
geodesic.bases._APIObject
A description of which time bins to select from the input
- all¶
(bool) - select all time bins from input
Descriptor:
_BoolDescr
- since¶
(
BinSelection
, dict) - select all bins since this selectionDescriptor:
_TypeConstrainedDescr
- until¶
(
BinSelection
, dict) - select all bins before this selectionDescriptor:
_TypeConstrainedDescr
- range¶
(
RangeSelection
, dict) - selection all bins in a rangeDescriptor:
_TypeConstrainedDescr
- nearest¶
(
NearestSelection
, dict) - select the nearest time binDescriptor:
_TypeConstrainedDescr
- reduce¶
(
ReduceMethod
, dict) - reduce along time dimension before sending to model. This will send a single time bin (NOT IMPLEMENTED)Descriptor:
_TypeConstrainedDescr