Replies: 1 comment
-
The observation data is pass-through from MADIS, which describes its quality control process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am calculating air density from my nearest weather station's latest observations, however I am frequently encountering null observation values for either temperature, barometricPressure, or relativeHumidity. Should these nulls be expected or reported?
The observation values include a qualityControl field, but I have not found a "decoder" for its values. Searches within the API (https://api.weather.gov/openapi.json) for "qual" return zero results. I have have observed C, V, Z, and null qualityControl values.
What best practices do you recommend for null observations for temperature, barometricPressure, or relativeHumidity?
Thank you,
-Kirk
Beta Was this translation helpful? Give feedback.
All reactions