You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the temporal aspect of the data returned by the layers in the gridpoint datasets, what is the best way to calculate daily average temperature or humidity? Calling the API to return numerical data for a gridpoint only shows the absolute latest data. If I make a call in the middle of the day, then the temperature values start in the middle of the day along with the future forecast.
At least for average temperature, I thought about using the min/max temp values. The same problem applies. For example, the first max temp is only available for the rest of the day such as "2021-02-02T13:00:00+00:00/PT13H".
This discussion was converted from issue #161 on April 10, 2021 00:39.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the temporal aspect of the data returned by the layers in the gridpoint datasets, what is the best way to calculate daily average temperature or humidity? Calling the API to return numerical data for a gridpoint only shows the absolute latest data. If I make a call in the middle of the day, then the temperature values start in the middle of the day along with the future forecast.
At least for average temperature, I thought about using the min/max temp values. The same problem applies. For example, the first max temp is only available for the rest of the day such as "2021-02-02T13:00:00+00:00/PT13H".
Beta Was this translation helpful? Give feedback.
All reactions