Replies: 3 comments
-
Not an authoritative answer, but from my observations, the amount pertains to how much is expected to fall only during the time period indicated by validTime. So, as you also saw, adding them up should give the total snowfall expected. Unless for some reason two time periods overlapped (which I've never seen). |
Beta Was this translation helpful? Give feedback.
-
I watched these numbers fairly closely last winter and what I learned is to read it like this: |
Beta Was this translation helpful? Give feedback.
-
Awesome! Thank you @JJKraw and @netbymatt. Great to have confirmation from other users. I will consider the three of us seeing it being cumulative be a confirmation it is indeed. That is the way I programmed it and it is already in production :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if the
snowfallAmount
values under thegridpoints
endpoint are cumulative or not when the consecutive values are merged. Looking at the data it would seem that they are but wanted to confirm. I would also assumeiceAccumulation
andquantitativePrecipitation
are also cummulative?Here is example data I am looking at from 10/21/2020. The endpoint used was
https://api.weather.gov/gridpoints/DLH/62,92
. I removed0
values to keep it concise.Adding the values up assuming they are cumulative equals 208.28mm of snow fall or 8.2in which is consistent with the Winter Weather Advisory (see below). If they are not cumulative, we would have 1249.68mm or 49.2in.
Beta Was this translation helpful? Give feedback.
All reactions