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

Implement FZ (faulty zero) filter from PWSQC #2

Closed cchwala closed 6 months ago

cchwala commented 7 months ago

A Python implementation of the FZ (faulty zero) filter was provided for the OPENSENSE training school here.

As first step this function should be added here, but with a reasonable docstring. A test should be added. If this works, we can later, in a separate issue and separate PR, potentially work on speeding up the implementation by avoiding the for-loop.