ASM #13467 - GFE: Need to add Beach Hazards Statement
Change-Id: Icd52e8f1cd05f1f1ecd0b43458593e95496e0db6 Former-commit-id:cea5061c61
[formerly 457c467d7437c5550bb8727e813d8aa9d9c338a9] Former-commit-id:0c61661989
This commit is contained in:
parent
404d6667fb
commit
c2acd70bc5
1 changed files with 15 additions and 11 deletions
|
@ -108,6 +108,7 @@ class TextProduct(GenericHazards.TextProduct):
|
|||
return {
|
||||
"CF" : ("COASTAL FLOODING,TIMING,IMPACTS"), ### coastal flood warning, advisory, watch
|
||||
"LS" : ("LAKE SHORE FLOODING,TIMING,IMPACTS"), ### lake shore flood warning, advisory, watch
|
||||
"BH" : ("HAZARDS,TIMING,LOCATION,POTENTIAL IMPACTS"), ### hazardous beach conditions
|
||||
"SU" : ("WAVES AND SURF,TIMING,IMPACTS"), ### high surf warning, advisory
|
||||
"RP" : ("TIMING,IMPACTS"), ### high rip current risk
|
||||
}
|
||||
|
@ -117,7 +118,10 @@ class TextProduct(GenericHazards.TextProduct):
|
|||
"COASTAL FLOODING",
|
||||
"LAKE SHORE FLOODING",
|
||||
"WAVES AND SURF",
|
||||
"HAZARDS",
|
||||
"TIMING",
|
||||
"LOCATION",
|
||||
"POTENTIAL IMPACTS",
|
||||
"IMPACTS",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue