OpenSenseAction / pypwsqc

Python package for quality control (QC) of data from personal weather stations (PWS)
https://pypwsqc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

FZ filter incorrectly assigns -1 #22

Closed lepetersson closed 2 months ago

lepetersson commented 5 months ago

The current implementation of the FZ filter initializes an array with -1 and overwrites the entries with 0 and 1 where applicable, without considering number of stations reporting rainfall (should be above specified threshold n_stat as is done here).