awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactDustAdvisory.xml

157 lines
10 KiB
XML
Raw Normal View History

2022-05-05 12:34:50 -05:00
<!-- Dust Storm Advisory configuration -->
<!-- PRODUCT HISTORY
Ken Waters 11-30-2016 Initial Dust Storm Warning
Tomalak/Birchard/Bookbinder/Phil K 1-31-2017 First Implementation; DCS20066
-->
<warngenConfig>
<!-- INCLUDE ALL GEOSPTATIAL INFORMATION FOR THIS PRODUCT
ANY pointSource/areaSource/pathcastConfig OVERRIDES TO THAT FILE CAN BE
PLACED IN FULL BELOW THE INCLUDE LINE BELOW. -->
<include file="geospatialConfig_COUNTY.xml"/>
<!-- Include Various geospatial XML files to create their objects. These are *NOT*
turned on unless the corresponding .vm file is turned on in a given template's .vm file
-->
<include file="mileMarkers.xml"/>
<!-- To enable, make sure mileMarkers.vm is added/uncommented in a WarnGen template's .vm file -->
<include file="pointMarkers.xml"/>
<!-- To enable, make sure pointMarkers.vm is added/uncommented in a WarnGen template's .vm file -->
<!-- Config distance/speed units -->
<unitDistance>mi</unitDistance>
<unitSpeed>mph</unitSpeed>
<!-- Maps to load on template selection. Refer to 'Maps' menu in CAVE.
The various menu items are also the different maps
that can be loaded with each template. -->
<maps>
<map>County Names</map>
<map>County Warning Areas</map>
</maps>
<!-- Followups: VTEC actions of allowable followups when this template is selected -->
<followups>
<followup>NEW</followup>
<followup>COR</followup>
</followups>
<productId>DSW</productId>
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
<phensigs>
<phensig>DS.Y</phensig>
</phensigs>
<!-- Enables/disables user from selecting the Restart button the GUI -->
<enableRestart>true</enableRestart>
<!-- Enable/disables the system to lock text based on various patterns -->
<autoLockText>true</autoLockText>
<!-- Included watches: If a tornado watch or severe thunderstorm watch is to be
included with the warning product include TO.A and/or SV.A,
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>. -->
<includedWatches>
<includedWatch>TO.A</includedWatch>
<includedWatch>SV.A</includedWatch>
</includedWatches>
<!-- durations: the list of possible durations of the warning -->
<defaultDuration>30</defaultDuration>
<durations>
<duration>30</duration>
<duration>45</duration>
<duration>60</duration>
<duration>90</duration>
<duration>120</duration>
</durations>
<!-- bullets: User specified text generation options
- bulletName: an id that is passed to the template when a bullet
is selected. This should be unique
- bulletText: the text presented to the user in the selection list
- bulletType: "title" makes the bullet unselectable
"basin" correlates the item to a Geometry in the customlocations table
- bulletGroup: Only one bullet can be selected per bulletGroup
- parseString: this string must MATCH a unique phrase in the associated bulletText.
This will be used to highlight the appropriate bullet on a follow up-->
<bulletActionGroups>
<bulletActionGroup action="NEW" phen="DS" sig="Y">
<bullets>
<bullet bulletText="*********** SOURCE FOR WARNING (CHOOSE 1) **********" bulletType="title"/>
<!-- <bullet bulletName="meteorologists" bulletText="NWS Meteorologists detected" bulletGroup="warnBasis" parseString="METEOROLOGISTS"/> -->
<bullet bulletName="doppler" bulletText="Doppler radar" bulletGroup="warnBasis" bulletDefault="true" parseString="SOURCE...DOPPLER RADAR."/>
<bullet bulletName="trainedSpotters" bulletText="Trained Spotters" bulletGroup="warnBasis" parseString="SOURCE...TRAINED WEATHER SPOTTERS."/>
<bullet bulletName="lawEnforcement" bulletText="Law Enforcement" bulletGroup="warnBasis" parseString="SOURCE...LAW ENFORCEMENT."/>
<bullet bulletName="emergencyMgmt" bulletText="Emergency Management" bulletGroup="warnBasis" parseString="SOURCE...EMERGENCY MANAGEMENT."/>
<bullet bulletName="public" bulletText="Public" bulletGroup="warnBasis" parseString="SOURCE...PUBLIC."/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="******* HAZARD (CHOOSE VISIBILITY) ******" bulletType="title"/>
<bullet bulletName="threeVis" bulletText="Less than Three Miles Visibility" bulletDefault="true" bulletGroup="visThreat" parseString="THREE MILE"/>
<bullet bulletName="twoVis" bulletText="Less than Two Miles Visibility" bulletGroup="visThreat" parseString="TWO MILE"/>
<bullet bulletName="oneVis" bulletText="Less than One Mile Visibility" bulletGroup="visThreat" parseString="ONE MILE"/>
<bullet bulletName="halfVis" bulletText="Less than One Half Mile Visibility" bulletGroup="visThreat" parseString="ONE HALF MILE"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="******* HAZARD (CHOOSE WIND - (OPTIONAL)) ******" bulletType="title"/>
<bullet bulletName="30mphWind" bulletText="30 mph wind" bulletGroup="windThreat" parseString="30 MPH"/>
<bullet bulletName="40mphWind" bulletText="40 mph wind" bulletGroup="windThreat" parseString="40 MPH"/>
<bullet bulletName="50mphWind" bulletText="50 mph wind" bulletGroup="windThreat" parseString="50 MPH"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="************ LOCATIONS IMPACTED **************" bulletType="title"/>
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
<bullet bulletName="listofcities" bulletDefault="true" bulletText="Select for a list of cities" bulletGroup="pcast" parseString="LOCATIONS IMPACTED INCLUDE..."/>
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="******** CALLS TO ACTION (CHOOSE 1 OR MORE) *********" bulletType="title"/>
<bullet bulletName="motoristCTA" bulletText="Motorist Safety for Dust Storms" parseString="PULL ASIDE"/>
<bullet bulletName="genericCTA" bulletText="Generic threat - standard CTA" bulletDefault="true" parseString="DANGEROUS DRIVING"/>
<bullet bulletName="healthCTA" bulletText="Health Safety Info for Dust Storms" parseString="UNHEALTHY"/>
<bullet bulletName="lawEnforcementCTA" bulletText="Report Svr Wx to Law Enforcement Agency" parseString="LAW ENFORCEMENT AGENCY"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="******** SPECIAL CASE CALLS TO ACTION **********" bulletType="title"/>
<bullet bulletName="ThunderstormCTA" bulletText="Strong to Severe Thunderstorms Possible" parseString="THUNDERSTORMS ARE ALSO POSSIBLE"/>
<bullet bulletName="boatersCTA" bulletText="Over Lake - Boaters seek shelter" parseString="GET OUT OF THE WATER AND MOVE INDOORS"/>
</bullets>
</bulletActionGroup>
<bulletActionGroup action="COR" phen="DS" sig="Y">
<bullets>
<bullet bulletText="*********** SOURCE FOR WARNING (CHOOSE 1) **********" bulletType="title"/>
<!-- <bullet bulletName="meteorologists" bulletText="NWS Meteorologists detected" bulletGroup="warnBasis" parseString="METEOROLOGISTS"/> -->
<bullet bulletName="doppler" bulletText="Doppler radar" bulletGroup="warnBasis" parseString="SOURCE...DOPPLER RADAR."/>
<bullet bulletName="trainedSpotters" bulletText="Trained Spotters" bulletGroup="warnBasis" parseString="SOURCE...TRAINED WEATHER SPOTTERS."/>
<bullet bulletName="lawEnforcement" bulletText="Law Enforcement" bulletGroup="warnBasis" parseString="SOURCE...LAW ENFORCEMENT."/>
<bullet bulletName="emergencyMgmt" bulletText="Emergency Management" bulletGroup="warnBasis" parseString="SOURCE...EMERGENCY MANAGEMENT."/>
<bullet bulletName="public" bulletText="Public" bulletGroup="warnBasis" parseString="SOURCE...PUBLIC."/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="******* HAZARD (CHOOSE VISIBILITY) ******" bulletType="title"/>
<bullet bulletName="threeVis" bulletText="Less than Three Miles Visibility" bulletGroup="visThreat" parseString="THREE MILE"/>
<bullet bulletName="twoVis" bulletText="Less than Two Miles Visibility" bulletGroup="visThreat" parseString="TWO MILE"/>
<bullet bulletName="oneVis" bulletText="Less than One Mile Visibility" bulletGroup="visThreat" parseString="ONE MILE"/>
<bullet bulletName="halfVis" bulletText="Less than One Half Mile Visibility" bulletGroup="visThreat" parseString="ONE HALF MILE"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="******* HAZARD (CHOOSE WIND - (OPTIONAL)) ******" bulletType="title"/>
<bullet bulletName="30mphWind" bulletText="30 mph wind" bulletGroup="windThreat" parseString="in excess of 30 MPH"/>
<bullet bulletName="40mphWind" bulletText="40 mph wind" bulletGroup="windThreat" parseString="in excess of 40 MPH"/>
<bullet bulletName="50mphWind" bulletText="50 mph wind" bulletGroup="windThreat" parseString="in excess of 50 MPH"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="************ LOCATIONS IMPACTED **************" bulletType="title"/>
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString="LOCATIONS IMPACTED INCLUDE..."/>
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="******** CALLS TO ACTION (CHOOSE 1 OR MORE) *********" bulletType="title"/>
<bullet bulletName="motoristCTA" bulletText="Motorist Safety for Dust Storms" parseString="PULL ASIDE"/>
<bullet bulletName="genericCTA" bulletText="Generic threat - standard CTA" parseString="DANGEROUS DRIVING"/>
<bullet bulletName="healthCTA" bulletText="Health Safety Info for Dust Storms" parseString="UNHEALTHY"/>
<bullet bulletName="lawEnforcementCTA" bulletText="Report Svr Wx to Law Enforcement Agency" parseString="LAW ENFORCEMENT AGENCY"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="******** SPECIAL CASE CALLS TO ACTION **********" bulletType="title"/>
<bullet bulletName="ThunderstormCTA" bulletText="Strong to Severe Thunderstorms Possible" parseString="THUNDERSTORMS ARE ALSO POSSIBLE"/>
<bullet bulletName="boatersCTA" bulletText="Over Lake - Boaters seek shelter" parseString="GET OUT OF THE WATER AND MOVE INDOORS"/>
</bullets>
</bulletActionGroup>
</bulletActionGroups>
</warngenConfig>