WSL/SLF GitLab Repository

Skip to content
  • Thomas Egger's avatar
    Added a possibility to push meteo data into the IOManager in case the user... · b6d44aa1
    Thomas Egger authored
    Added a possibility to push meteo data into the IOManager in case the user does not wish to read meteo data with MeteoIO but wishes to use other functionality provided by the IOManager (e.g. resampling, interpolation, filtering):
    
    iomanager.push_meteo_data(IOManager::filtered, date_start, date_end, vec_meteo);
    b6d44aa1