Replies: 2 comments 3 replies
-
The problem is, "what is the definition of current?" There's no parameter in API that I know of to specify what "current" is, and the observation time and frequency for each station is different -- some send observations every 15 minutes, some once per hour, and some are variable. Can you be more specific as to what "current" is? |
Beta Was this translation helpful? Give feedback.
3 replies
-
That was returned from this request: |
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
-
Great API, and I'm getting everything to work fine. However, I've come across stations that return no latest observation data. This is what I'm attempting to do: Our company owns assets in different states. I get all the weather stations for those states and narrow the stations needed down (by finding the closest station to our assets based on lat/lon). Many assets share the same stations so I don't have to pull the same station multiple times. However, many of these stations do not have "latest observation" data available. Is there a way to determine what stations are actively updating their observations when I pull the stations? I would like to only retrieve stations that have current observation data. It would be nice to have a Boolean flag when getting the station data that the station is current. If anyone can recommend a solution/workaround it would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions