|
MeteoIODoc 20251209.a703fe45
Environmental timeseries pre-processing
|
Object factory for temporal grid resampling algorithms.
#include <GridResamplingAlgorithms.h>
Static Public Member Functions | |
| static GridResamplingAlgorithm * | getAlgorithm (const std::string &i_algorithm, const std::string &parname, const double &max_gap_size, const std::vector< std::pair< std::string, std::string > > &vecArgs, const Config &cfg) |
| Object factory for temporal grid resampling algorithms. | |
|
static |
Object factory for temporal grid resampling algorithms.
| [in] | i_algorithm | Semantic name of algorithm (as given in the INI file) to build. |
| [in] | parname | Meteo parameter to build the algorithm for. |
| [in] | max_gap_size | Standard max gap size for temporal grid resampling. |
| [in] | vecArgs | The algorithm's parameters as parsed from the user setings. |
| [in] | cfg | Config object in order to be able to read configuration keys. |