Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of NaNs in rainfall data #39

Open
lepetersson opened this issue Oct 18, 2024 · 0 comments
Open

Handling of NaNs in rainfall data #39

lepetersson opened this issue Oct 18, 2024 · 0 comments

Comments

@lepetersson
Copy link
Contributor

FZ-filter: Current version sets the flag to 1 if the last nint timesteps are NaN, PWSQC set it to zero. Example: station ams96 has only data for one month July/August 2017. It is offline the rest of the time. Pypwsqc sets the "NaN-periods" to 1, including when the station is offline for a short while in July. PWSQC code first sets the flags to -1, and once the station has been online once, it sets the flag to 1.

HI-filter: Current version sets the flag to 0 if the station is reporting NaN-values. PWSQC sets the flag to -1 when it has never been online, and 0 when it has been online and then goes offline (see example Ams96)

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant