Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SAME Event Codes #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 56 additions & 55 deletions defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5837,83 +5837,84 @@

SAME__EEE={
'' : None,
'ADR' : 'Administrative Message',
'AVA' : 'Avalanche Watch',
'AVW' : 'Avalanche Warning',
'BLU' : 'Blue Alert', # implemented since 2017-12-14
'BHW' : 'Biological Hazard Warning',
'BWW' : 'Boil Water Warning',
'BZW' : 'Blizzard Warning',
'CAE' : 'Child Abduction Emergency',
'CDW' : 'Civil Danger Warning',
'CEM' : 'Civil Emergency Message',
'CFA' : 'Coastal Flood Watch',
'CFW' : 'Coastal Flood Warning',
'CHW' : 'Chemical Hazard Warning',
'CWW' : 'Contaminated Water Warning',
'DBA' : 'Dam Watch',
'DBW' : 'Dam Break Warning',
'DEW' : 'Contagious Disease Warning',
'DMO' : 'Demo Warning',
'DSW' : 'Dust Storm Warning',
'EAN' : 'Emergency Action Notification',
'EAT' : 'Emergengy Action Termination',
'EQW' : 'Earthquake Warning',
'EVA' : 'Evacuation Watch',
'EVI' : 'Evacuation Immediate',
'EWW' : 'Extreme Wind Warning',
'FCW' : 'Food Contamination Warning',
'FFA' : 'Flash Flood Watch',
'FFW' : 'Flash Flood Warning',
'FFS' : 'Flash Flood Statement',
'FFW' : 'Flash Flood Warning',
'FLA' : 'Flood Watch',
'FLW' : 'Flood Warning',
'FLS' : 'Flood Statement',
'HWA' : 'High Wind Watch',
'HWW' : 'High Wind Warning',
'FLW' : 'Flood Warning',
'FRW' : 'Fire Warning',
'FSW' : 'Flash Freeze Warning',
'FZW' : 'Freeze Warning',
'HLS' : 'Hurricane Local Statement',
'HLS' : 'Hurricane Statement',
'HMW' : 'Hazardous Materials Warning',
'HUA' : 'Hurricane Watch',
'HUW' : 'Hurricane Warning',
'HLS' : 'Hurricane Statement',
'HWA' : 'High Wind Watch',
'HWW' : 'High Wind Warning',
'IBW' : 'Iceberg Warning',
'IFW' : 'Industrial Fire Warning',
'LAE' : 'Local Area Emergency',
'LEW' : 'Law Enforcement Warning',
'LSW' : 'Land Slide Warning',
'NAT' : 'National Audible Test',
'NIC' : 'National Information Center',
'NMN' : 'Network Message Notification',
'NPT' : 'National Periodic Test',
'NST' : 'National Silent Test',
'NUW' : 'Nuclear Plant Warning',
'POS' : 'Power Outage Statement',
'RHW' : 'Radiological Hazard Warning',
'RMT' : 'Required Monthly Test',
'RWT' : 'Required Weekly Test',
'SMW' : 'Special Marine Warning',
'SPS' : 'Special Weather Statement',
'SPW' : 'Shelter in Place Warning',
'SQW' : 'Snow Squall Warning', #implemented since 2018-11-01
'SSA' : 'Storm Surge Watch',
'SSW' : 'Storm Surge Warning',
'SVA' : 'Severe Thunderstorm Watch',
'SVR' : 'Severe Thunderstorm Warning',
'SVS' : 'Severe Weather Statement',
'SMW' : 'Special Marine Warning',
'SPS' : 'Special Weather Statement',
'TOA' : 'Tornado Watch',
'TOE' : '911 Outage Emergency',
'TOR' : 'Tornado Warning',
'TRA' : 'Tropical Storm Watch',
'TRW' : 'Tropical Storm Warning',
'TSA' : 'Tsunami Watch',
'TSW' : 'Tsunami Warning',
'WSA' : 'Winter Storm Watch',
'WSW' : 'Winter Storm Warning',
'EAN' : 'Emergency Action Notification',
'EAT' : 'Emergengy Action Termination',
'NIC' : 'National Information Center',
'NPT' : 'National Periodic Test',
'NAT' : 'National Audible Test',
'NST' : 'National Silent Test',
'RMT' : 'Required Monthly Test',
'RWT' : 'Required Weekly Test',
'ADR' : 'Administrative Message',
'AVA' : 'Avalanche Watch',
'AVW' : 'Avalanche Warning',
'CAE' : 'Child Abduction Emergency',
'CDW' : 'Civil Danger Warning',
'CEM' : 'Civil Emergency Message',
'EQW' : 'Earthquake Warning',
'EVI' : 'Evacuation Immediate',
'FRW' : 'Fire Warning',
'HMW' : 'Hazardous Materials Warning',
'LEW' : 'Law Enforcement Warning',
'LAE' : 'Local Area Emergency',
'TOE' : '911 Outage Emergency',
'NUW' : 'Nuclear Plant Warning',
'RHW' : 'Radiological Hazard Warning',
'SPW' : 'Shelter in Place Warning',
'VOW' : 'Volcano Warning',
'NMN' : 'Network Message Notification',
'DMO' : 'Demo Warning',
'EWW' : 'Extreme Wind Warning',
'SSA' : 'Storm Surge Watch',
'SSW' : 'Storm Surge Warning',
'FSW' : 'Flash Freeze Warning',
'FZW' : 'Freeze Warning',
'HLS' : 'Hurricane Local Statement',
'SMW' : 'Special Marine Warning',
'BHW' : 'Biological Hazard Warning',
'BWW' : 'Boil Water Warning',
'CHW' : 'Chemical Hazard Warning',
'CWW' : 'Contaminated Water Warning',
'DBA' : 'Dam Watch',
'DBW' : 'Dam Break Warning',
'DEW' : 'Contagious Disease Warning',
'EVA' : 'Evacuation Watch',
'FCW' : 'Food Contamination Warning',
'IBW' : 'Iceberg Warning',
'IFW' : 'Industrial Fire Warning',
'LSW' : 'Land Slide Warning',
'POS' : 'Power Outage Statement',
'WFA' : 'Wild Fire Watch',
'WFW' : 'Wild Fire Warning',
'WSA' : 'Winter Storm Watch',
'WSW' : 'Winter Storm Warning',
}

# This list is a NOAA list of meteorological station locations cross referenced with the FAA list of airport codes and locations.
Expand Down