18 #ifndef METEO1DINTERPOLATOR_H
19 #define METEO1DINTERPOLATOR_H
75 std::string getInterpolationForParameter(
const std::string& parname, std::vector<std::string>& vecArguments)
const;
77 std::map< std::string, ResamplingAlgorithms* > mapAlgorithms;
80 bool enable_resampling;
Definition: ProcessingBlock.h:33
void getWindowSize(ProcessingProperties &o_properties) const
Definition: Meteo1DInterpolator.cc:57
const std::string toString() const
Definition: Meteo1DInterpolator.cc:159
~Meteo1DInterpolator()
Definition: Meteo1DInterpolator.cc:50
A class that can resample MeteoData objects.
Definition: Meteo1DInterpolator.h:41
Meteo1DInterpolator & operator=(const Meteo1DInterpolator &)
Assignement operator.
Definition: Meteo1DInterpolator.cc:151
A class that reads a key/value file. These files (typically named *.ini) follow the INI file format s...
Definition: Config.h:58
bool resampleData(const Date &date, const std::vector< MeteoData > &vecM, MeteoData &md)
A function that executes all the resampling algorithms that have been setup in the constructor...
Definition: Meteo1DInterpolator.cc:65
Meteo1DInterpolator(const Config &in_cfg)
The default constructor Set up the interpolation algorithm for each parameter Init tasklist: a vector...
Definition: Meteo1DInterpolator.cc:28
A class to handle timestamps. This class handles conversion between different time display formats (I...
Definition: Date.h:79
A class to represent a singular measurement received from one station at a certain time (represented ...
Definition: MeteoData.h:101