Are wind chill and heat index mutually exclusive? #393
Unanswered
sdennstaedt
asked this question in
Q&A
Replies: 1 comment
-
Yes and yes. Heat index is only valid when the real temperature is above 70F. The values will always be null outside of these temperatures. |
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.
-
For the latest observations, can I assume that both of these values are mutually exclusive? That is, you can't have a value for both heatIndex and windChill. One will be null. Can they both be null?
"windChill": {
"value": null,
"unitCode": "unit:degC",
"qualityControl": "qc:V"
},
"heatIndex": {
"value": 37.114885778912878,
"unitCode": "unit:degC",
"qualityControl": "qc:V"
Beta Was this translation helpful? Give feedback.
All reactions