#include <meteoio/meteoFilters/WindowedFilter.h>
#include <vector>
#include <string>
Go to the source code of this file.
|
class | mio::FilterOffsetsnowdepth |
| Correct offset of snow depth (HS) measurements because of wrong offset justifications of the sensor First, the mean daily snow surface temperature (SST) is calculated. If it is higher than a given threshold for a certain time period, the offset of snow depth (HS) can be determined. The offset of HS is the median of the measured HS in the certain time period. This is done for the first and last week of the year with SST higher the chosen threshold. That means that normally one offset is calculated in spring and one offset in autumn. More...
|
|