Using the API: map visualization of Forecast, County, Fire Zone coverage #755
ktrue
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've generated an application (PHP+JavaScript+LeafletJS) that can show the coverage areas of public Forecast, County and Fire Zones based on a clickable (or searchable) lat,long point in the US and covered territories.
It uses the /point, /gridpoint, /zones/forecast, /zones/county, /zones/fire queries (and caches for one day the latter 3).
Live at https://saratoga-weather.org/NWS-info-map/
Source at https://github.com/ktrue/NWS-info-map
BTW, I wrote it as an aid to help configure two of my other scripts (NWS-forecast and NWS-alerts) in an easy way, and it was a fun exercise to explore the geodata in the gridpoint and zone JSON files from the API.
Beta Was this translation helpful? Give feedback.
All reactions