dataLayerGeojsonPointWeather
Technical Details¶
Data types available* from the National Weather Service:
- "911 Telephone Outage Emergency"
- "Administrative Message"
- "Air Quality Alert"
- "Air Stagnation Advisory"
- "Arroyo And Small Stream Flood Advisory"
- "Ashfall Advisory"
- "Ashfall Warning"
- "Avalanche Advisory"
- "Avalanche Warning"
- "Avalanche Watch"
- "Beach Hazards Statement"
- "Blizzard Warning"
- "Blizzard Watch"
- "Blowing Dust Advisory"
- "Blowing Dust Warning"
- "Brisk Wind Advisory"
- "Child Abduction Emergency"
- "Civil Danger Warning"
- "Civil Emergency Message"
- "Coastal Flood Advisory"
- "Coastal Flood Statement"
- "Coastal Flood Warning"
- "Coastal Flood Watch"
- "Dense Fog Advisory"
- "Dense Smoke Advisory"
- "Dust Advisory"
- "Dust Storm Warning"
- "Earthquake Warning"
- "Evacuation - Immediate"
- "Excessive Heat Warning"
- "Excessive Heat Watch"
- "Extreme Cold Warning"
- "Extreme Cold Watch"
- "Extreme Fire Danger"
- "Extreme Wind Warning"
- "Fire Warning"
- "Fire Weather Watch"
- "Flash Flood Statement"
- "Flash Flood Warning"
- "Flash Flood Watch"
- "Flood Advisory"
- "Flood Statement"
- "Flood Warning"
- "Flood Watch"
- "Freeze Warning"
- "Freeze Watch"
- "Freezing Fog Advisory"
- "Freezing Rain Advisory"
- "Freezing Spray Advisory"
- "Frost Advisory"
- "Gale Warning"
- "Gale Watch"
- "Hard Freeze Warning"
- "Hard Freeze Watch"
- "Hazardous Materials Warning"
- "Hazardous Seas Warning"
- "Hazardous Seas Watch"
- "Hazardous Weather Outlook"
- "Heat Advisory"
- "Heavy Freezing Spray Warning"
- "Heavy Freezing Spray Watch"
- "High Surf Advisory"
- "High Surf Warning"
- "High Wind Warning"
- "High Wind Watch"
- "Hurricane Force Wind Warning"
- "Hurricane Force Wind Watch"
- "Hurricane Local Statement"
- "Hurricane Warning"
- "Hurricane Watch"
- "Hydrologic Advisory"
- "Hydrologic Outlook"
- "Ice Storm Warning"
- "Lake Effect Snow Advisory"
- "Lake Effect Snow Warning"
- "Lake Effect Snow Watch"
- "Lake Wind Advisory"
- "Lakeshore Flood Advisory"
- "Lakeshore Flood Statement"
- "Lakeshore Flood Warning"
- "Lakeshore Flood Watch"
- "Law Enforcement Warning"
- "Local Area Emergency"
- "Low Water Advisory"
- "Marine Weather Statement"
- "Nuclear Power Plant Warning"
- "Radiological Hazard Warning"
- "Red Flag Warning"
- "Rip Current Statement"
- "Severe Thunderstorm Warning"
- "Severe Thunderstorm Watch"
- "Severe Weather Statement"
- "Shelter In Place Warning"
- "Short Term Forecast"
- "Small Craft Advisory"
- "Small Craft Advisory For Hazardous Seas"
- "Small Craft Advisory For Rough Bar"
- "Small Craft Advisory For Winds"
- "Small Stream Flood Advisory"
- "Snow Squall Warning"
- "Special Marine Warning"
- "Special Weather Statement"
- "Storm Surge Warning"
- "Storm Surge Watch"
- "Storm Warning"
- "Storm Watch"
- "Test"
- "Tornado Warning"
- "Tornado Watch"
- "Tropical Depression Local Statement"
- "Tropical Storm Local Statement"
- "Tropical Storm Warning"
- "Tropical Storm Watch"
- "Tsunami Advisory"
- "Tsunami Warning"
- "Tsunami Watch"
- "Typhoon Local Statement"
- "Typhoon Warning"
- "Typhoon Watch"
- "Urban And Small Stream Flood Advisory"
- "Volcano Warning"
- "Wind Advisory"
- "Wind Chill Advisory"
- "Wind Chill Warning"
- "Wind Chill Watch"
- "Winter Storm Warning"
- "Winter Storm Watch"
- "Winter Weather Advisory"
* Note that some data types (high wind, for example) occasionally apply to multiple polygons/areas. One marker may represent multiple areas to avoid clutter.
In severe weather season, knowing the difference between a watch and a warning can be life-saving.
A WATCH means you should prepare for the possibility of a severe storm or tornado. This means the ingredients are there for severe weather to develop.
A WARNING means you should act NOW, because severe weather is occurring, or a tornado has been seen or indicated by radar.
Configuration¶
The following parameters may be specified in the configuration file when defining a dataLayerGeojsonPointWeather layer.
Parameter | Example Value | Default | Description |
---|---|---|---|
id | "weatherLayer" | required | Unique layer identifier. Used only for programming puposes and will not be seen by the user but MUST be unique. |
class | "data-layer-geojson-point-weather" | required | This specifies the class to use to display a data layer. |
eventTypes | ["Wind Advisory","Storm Warning"] | [] | Event types to request from the National Weather Service in addition to those included by default, marked as bold above. |
label | "Weather Watches/Warnings" | required | Label on menu checkbox. |
refresh | true | false | The timestamp file will be updated every 5 minutes< or whatever the system-wide refresh interval is set to. |