WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Select Git revision
  • e304828dbd379a1626dedbfb1a9920525b25e115
  • master default protected
  • BUFR_changes
  • limiting_trends
  • feature/web-service
  • test
  • MeteoIO-2.11.0
  • webservice-2022
  • MeteoIO-2.10.0
  • MeteoIO-2.9.0
  • MeteoIO-2.8.0
  • MeteoIO-2.7.0
  • MeteoIO-2.6.1
  • MeteoIO-2.6.0
  • MeteoIO-2.5.1
  • MeteoIO-2.5.0
  • MeteoIO-2.4.2
  • MeteoIO-2.4.1
  • MeteoIO-2.4.0
  • MeteoIO-2.3.0
  • MeteoIO-2.2.0
  • MeteoIO-2.1.2
  • MeteoIO-2.1.1
  • MeteoIO-2.1.0
  • MeteoIO-2.0.0
25 results

meteoio

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thomas Egger authored
    Added the MeanAvgFilter and updated the MedianAvgFilter. Now the position of the filter window can be defined. The keyword soft has the meaning that the configuration of the window position is not strict (it will adapt if there is not enough data available for the user defined window position). If both soft and the position for the window (left, right, center) are missing "center" is assumed. Usage:
    
    TA::filter1 = mean_avg
    TA::arg1   = soft right 10 100
    RH::filter1 = median_avg
    RH::arg1  = 10 200
    
    Meaning: use mean_avg filter on TA, the window shall be right leaning spanning at least 10 points and 100 minutes. Use median_avg filter on RH, the window shall be centered (strictly).
    e304828d
    History
    Name Last commit Last update