|
MeteoIODoc 20251207.a703fe45
Environmental timeseries pre-processing
|
#include <meteoio/meteoResampling/ARIMAResampling.h>#include <unistd.h>#include <sstream>#include <iomanip>Namespaces | |
| namespace | mio |
Functions | |
| static std::vector< MeteoData >::iterator | mio::findDateMeteoInterpol (std::vector< MeteoData > &vecMet, const Date &resampling_date) |
| static std::vector< Date >::iterator | mio::findDate (std::vector< Date > &gap_dates, const Date &resampling_date) |
| static std::vector< MeteoData >::iterator | mio::findDateMeteo (std::vector< MeteoData > &vecMet, const Date &resampling_date) |
| static bool | mio::accumulateData (const Date &data_start_date, const Date &data_end_date, const ARIMA_GAP &new_gap, const std::vector< MeteoData > &vecM, bool &gave_warning_interpol, size_t &length, std::vector< double > &data, std::vector< Date > &dates, std::vector< MeteoData > &data_vec_before, std::vector< MeteoData > &data_vec_after, bool &has_data_before, bool &has_data_after) |