Skip to content
Snippets Groups Projects

Modularization of the test functions

Merged David Schäfer requested to merge modules into develop
Files
48
varname ; test ; plot
#----------;-------------------------------------;------
SM2 ; shift(freq="15Min") ; False
SM2 ; flagMissing(nodata=NAN) ; False
'SM(1|2)+' ; flagRange(min=10, max=60) ; False
SM2 ; flagMAD(window="30d", z=3.5) ; True
varname ; test ; plot
#----------;---------------------------------------;------
SM2 ; resampling.shift(freq="15Min") ; False
SM2 ; breaks.flagMissing(nodata=NAN) ; False
'SM(1|2)+' ; outliers.flagRange(min=10, max=60) ; False
SM2 ; outliers.flagMAD(window="30d", z=3.5) ; True
Loading