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
Describe the bug
When retrieving information about a specific zone (fire and/or forecast), the majority of the time the observationStations for the zone is returned as an array of stations. Occasionally, (~200 of of 11,000+ zones) are returning properties.observationStations as an object instead of an array.
This discussion was converted from issue #159 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.
-
Describe the bug
When retrieving information about a specific zone (fire and/or forecast), the majority of the time the observationStations for the zone is returned as an array of stations. Occasionally, (~200 of of 11,000+ zones) are returning properties.observationStations as an object instead of an array.
The normal/expected response (abbreviated) is (https://api.weather.gov/zones/forecast/ARZ026):
For approximently 200 zones, instead of the properties.observationsStations being returned as an array of stations, it is being returned as an object.
The abnormal/unexpected response (abbreviated) from: https://api.weather.gov/zones/forecast/ARZ025
Beta Was this translation helpful? Give feedback.
All reactions