-
Notifications
You must be signed in to change notification settings - Fork 12
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
NaN error with precipitation 24h and 3h #18
Comments
Hi, I had the same issue and realized that the station just sends / responds with valid numbers 7-8am and 7-8pm. |
Yes, that's the solution. Thanks a lot! |
P1Rebo: Is RRdc the amount of rain of yesterday or 7-7am? I suppose the latter? |
You can find the definitions here in EN or DE. I think it's from 7-7pm. Otherwise at 7am it would be the same value I guess. Furthermore, if you request the value at 730 it's the one from 7, since it doesn't change. |
Definition is ‚last 24h‘. But relative to what? When once playing with pulling parameters I got 3.6mm at 7:02 and 3.7mm at 7:24 hinting this is relative to the time requesting the data. |
Ah ok... I didn't check that lately. In this case it might be so that the Weather Station just updates the values within this period (maybe to fulfill any law enforcements). But neither am I a DWD engineer nor the maintainer of this library. :-) |
In those cases you can now use output modifiers to get the next / previous value of the data field. So if you use |
I found a MOSMIX FAQ https://www.dwd.de/DE/leistungen/met_verfahren_mosmix/faq/faq_mosmix_node.html in German which might my useful to some users. Especially the fact, that RR3c can be != 0 although the preceding RR1c were == 0. And that the time is based on UTC which means that e.g. RRdc is delivered to differerent times (CET vs. CEST). |
Thanks for this great node!
If I choose MOSMIX elements RRdc or RRhc (total precipitation during the last 24h/12h) I always get „NaN“ — not a number? What can I do?
The text was updated successfully, but these errors were encountered: