MeteoIODoc 20240418.14865e3c
Data processing elements

Classes

class  mio::EditingSwap
 SWAP input editing command. More...
 
class  mio::EditingRename
 RENAME input editing command. More...
 
class  mio::EditingExclude
 EXCLUDE input editing command. More...
 
class  mio::EditingKeep
 KEEP input editing command. More...
 
class  mio::EditingMerge
 MERGE input editing command. More...
 
class  mio::EditingAutoMerge
 AUTOMERGE input editing command. More...
 
class  mio::EditingCopy
 COPY input editing command. More...
 
class  mio::EditingCreate
 CREATE input editing command. More...
 
class  mio::EditingMetadata
 METADATA input editing command. More...
 
class  mio::EditingRegFill
 RegFill input editing command. More...
 
class  mio::FilterDeGrass
 This filter is used to distinguish if snow (HS) is on the ground or not. More...
 
class  mio::FilterDespikingPS
 Despiking filter using phase space. More...
 
class  mio::FilterKalman
 A statistical filter for state likelihood estimation: the Kalman filter. More...
 
class  mio::FilterMAD
 Median Absolute Deviation. More...
 
class  mio::FilterMaths
 A filter that evaluates formulas dependent on conditions. More...
 
class  mio::FilterMax
 Max range filter. More...
 
class  mio::FilterMin
 Min range filter. More...
 
class  mio::FilterMinMax
 Min/Max range filter. More...
 
class  mio::FilterMinMaxConditional
 Applies a min/max filter if a second parameter matches a comparison. More...
 
class  mio::FilterNoChange
 This filter removes periods showing insufficient changes. More...
 
class  mio::FilterParticle
 A Monte Carlo sampling method: the particle filter. More...
 
class  mio::FilterPotentialSW
 Checks for physically realistic incoming short wave radiation (ISWR) values. More...
 
class  mio::FilterRate
 Rate of change filter. More...
 
class  mio::FilterStdDev
 Standard deviation filter. More...
 
class  mio::FilterSuppr
 Suppression filter. More...
 
class  mio::FilterTimeconsistency
 Check that the time evolution of a given parameter is consistent with its past evolution. More...
 
class  mio::FilterTukey
 Tukey 53H method. More...
 
class  mio::FilterUnheatedPSUM
 Filters out snow melting in an unheated rain gauge. More...
 
class  mio::ProcAdd
 Add an offset to the values. More...
 
class  mio::ProcAggregate
 Data aggregation. More...
 
class  mio::ProcDeAccumulate
 Convert accumulated values back to instantaneous values. More...
 
class  mio::ProcExpSmoothing
 Exponential smoothing. More...
 
class  mio::ProcIIR
 Infinite Impulse Response (IIR) filter. More...
 
class  mio::ProcMult
 Multiply values. More...
 
class  mio::ProcPSUMDistribute
 Distributes precipitation on the preceeding timesteps in a physically plausible way. More...
 
class  mio::ProcQuantileMapping
 Quantile Mapping correction. More...
 
class  mio::ProcReducePressure
 Convert local pressure to sea level pressure. More...
 
class  mio::ProcRHWaterToIce
 Correct relative humidity over water to over ice in case temperature is below freezing. More...
 
class  mio::ProcShade
 Apply a shading mask to the Incoming or Reflected Short Wave Radiation. More...
 
class  mio::ProcShift
 Time shifting filter for the selected meteo parameter. More...
 
class  mio::ProcTransformWindVector
 This filter reprojects wind direction, and/or wind speed components, between PROJ supported coordinate systems. More...
 
class  mio::ProcUndercatch_Forland
 Correct precipitation for undercatch in winter conditions. More...
 
class  mio::ProcUndercatch_Hamon
 Correct precipitation for undercatch in winter conditions. More...
 
class  mio::ProcUndercatch_WMO
 Correct precipitation for undercatch in winter conditions. More...
 
class  mio::ProcUnventilatedT
 Filters and corrects temperatures from unventilated sensor. More...
 
class  mio::ProcWMASmoothing
 Weighted moving average smoothing. More...
 
class  mio::TimeSuppr
 Timesteps suppression filter. More...
 
class  mio::TimeShift
 Time corrections. More...
 
class  mio::TimeSort
 Sort out of order timesteps. More...
 
class  mio::TimeLoop
 Loops over a specific time period. More...
 

Detailed Description

Documentation for available data processing components. These can be used on incoming meteorological data. See Available data processing elements.