Conflicts: cave/com.raytheon.viz.grid/src/com/raytheon/viz/grid/rsc/general/D2DGridResource.java Change-Id: Ie8cbc10d06805616c05a5d5b52cd725a56f9cf50 Former-commit-id:21d44cc52a
[formerly75b0f19d87
] [formerlybb9488bb92
] [formerly21d44cc52a
[formerly75b0f19d87
] [formerlybb9488bb92
] [formerlyf4e71b65d3
[formerlybb9488bb92
[formerly 724a8c87ab8aa880dab45a0a743c3b9d6ace4e2e]]]] Former-commit-id:f4e71b65d3
Former-commit-id:1e05051167
[formerly3514194d3b
] [formerly 7e26aa18c7f56b191ba44b8bf661be4364edc8a9 [formerly39ae6d437d
]] Former-commit-id: e746656ef69ab2826357b57acf74fda2ede8ad96 [formerlyddf07f8030
] Former-commit-id:86c28e6e16
208 lines
16 KiB
XML
208 lines
16 KiB
XML
<!-- Areal Flood Warning Follow-up Statement configuration -->
|
|
<!-- Created by Mike Dangelo 09-19-2011 at Alaska TIM
|
|
Edited by Mike Dangelo 01-25-2012 at CRH TIM
|
|
Edited by Evan Bookbinder 2-24-2012
|
|
Edited by Phil Kurimski 2-28-2012
|
|
Qinglu Lin 04-04-2012 DR 14691. Added <feAreaField> tag.
|
|
Evan Bookbinder 09-11-2012 Added settings for locations shapefile
|
|
Phil Kurimski 02-05-2013
|
|
Mike Dangelo 09-16-2013 changed name bullets to 'specific' stream, slight urbanCTA modification
|
|
Mike Dangelo 09-18-2013 added initial position and pathcasting options
|
|
Phil Kurimski 09-19-2013 added geospatialConfig.xml
|
|
-->
|
|
|
|
<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>
|
|
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
|
<!-- <map>Major Rivers</map> -->
|
|
</maps>
|
|
|
|
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
|
Each followup will become available when the appropriate time range permits.
|
|
-->
|
|
<followups>
|
|
<followup>COR</followup>
|
|
<followup>CON</followup>
|
|
<followup>CAN</followup>
|
|
<followup>EXP</followup>
|
|
</followups>
|
|
|
|
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
|
|
<phensigs>
|
|
<phensig>FA.W</phensig>
|
|
</phensigs>
|
|
|
|
<!-- Enables/disables user from selecting the Restart button the GUI -->
|
|
<enableRestart>false</enableRestart>
|
|
|
|
<!-- Enable/disables the system to lock text based on various patterns -->
|
|
<autoLockText>true</autoLockText>
|
|
|
|
<!-- if trackEnabled is set to 'true' = makes third bullet initial position and movement
|
|
as well as fourth bullet pathcast (which are optional info) available to forecaster.
|
|
Must be paired with proper vm code (also commented out in arealFloodWarningFollowup.vm)! -->
|
|
<trackEnabled>false</trackEnabled>
|
|
|
|
<!-- durations: the list of possible durations of the warning -->
|
|
<!-- THIS REALLY SERVES NO PURPOSE BUT WILL CRASH WARNGEN IF REMVOED -->
|
|
<defaultDuration>30</defaultDuration>
|
|
<durations>
|
|
<duration>30</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-->
|
|
<lockedGroupsOnFollowup>ic</lockedGroupsOnFollowup>
|
|
<bulletActionGroups>
|
|
<bulletActionGroup>
|
|
<bullets>
|
|
<bullet bulletText="*********** SELECT A FOLLOWUP **********" bulletType="title"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="CAN" phen="FA" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="****** CANCELLATION OPTIONS **********" bulletType="title"/>
|
|
<bullet bulletName="recedingWater" bulletText="Receding water" />
|
|
<bullet bulletName="rainEnded" bulletText="Heavy rain ended" />
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="EXP" phen="FA" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="******* EXPIRATION OPTIONS **********" bulletType="title"/>
|
|
<bullet bulletName="recedingWater" bulletText="Water receding" />
|
|
<bullet bulletName="rainEnded" bulletText="Heavy rain ended" />
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="CON" phen="FA" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="*********** SOURCE (CHOOSE 1) **********" bulletType="title"/>
|
|
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="source" parseString="DOPPLER RADAR"/>
|
|
<bullet bulletName="dopplerGauge" bulletText="Doppler radar and automated gauges" bulletGroup="source" parseString="AUTOMATED "/>
|
|
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="source" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
|
<bullet bulletName="public" bulletText="Public reported" bulletGroup="source" parseString="PUBLIC REPORTED"/>
|
|
<bullet bulletName="lawEnforcement" bulletText="Local law enforcement reported" bulletGroup="source" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
|
|
<bullet bulletName="emergencyManagement" bulletText="Emergency management reported" bulletGroup="source" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
|
<bullet bulletName="satellite" bulletText="satellite estimates" bulletGroup="source" parseString="SATELLITE ESTIMATES INDICATE"/>
|
|
<bullet bulletName="satelliteGauge" bulletText="satellite estimates and automated gauges" bulletGroup="source" parseString="SATELLITE ESTIMATES AND RAIN"/>
|
|
<bullet bulletText="*********** EVENT (CHOOSE 1) **********" bulletType="title"/>
|
|
<bullet bulletName="thunder" bulletText="Thunderstorms with heavy rainfall" bulletGroup="event" parseString=""THUNDERSTORM","-REPORTED FLOODING""/>
|
|
<bullet bulletName="plainRain" bulletText="Heavy rainfall (no thunder)" bulletGroup="event" parseString=""HEAVY RAIN","-THUNDERSTORM","-REPORTED FLOODING""/>
|
|
<bullet bulletName="floodOccurring" bulletText="Flooding occurring" bulletGroup="event" parseString=""REPORTED FLOODING""/>
|
|
<bullet bulletName="genericFlood" bulletText="Generic (provide reasoning)" bulletGroup="event"/>
|
|
<!-- <bullet bulletName="stormPosition" bulletText="* Thunderstorm(s): use dot to specify initial position *" bulletGroup="event" parseString="LOCATED"/> -->
|
|
<bullet bulletText="*********** RAIN SO FAR (CHOOSE 1) **********" bulletType="title"/>
|
|
<bullet bulletName="rain1" bulletText="One inch so far" bulletGroup="rainAmt" parseString="ONE INCH OF RAIN HAS ALREADY FALLEN"/>
|
|
<bullet bulletName="rain2" bulletText="Two inches so far" bulletGroup="rainAmt" parseString="TWO INCHES OF RAIN HAVE ALREADY FALLEN"/>
|
|
<bullet bulletName="rain3" bulletText="Three inches so far" bulletGroup="rainAmt" parseString="THREE INCHES OF RAIN HAVE ALREADY FALLEN"/>
|
|
<bullet bulletName="rainEdit" bulletText="User defined amount" bulletGroup="rainAmt" parseString="INCHES OF RAIN HAVE FALLEN"/>
|
|
<bullet bulletText="*********** ADDITIONAL INFO ***********" bulletType="title"/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString=""LOCATIONS","INCLUDE...""/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString="WILL REMAIN OVER" showString="WILL REMAIN OVER"/>
|
|
<!-- <bullet bulletName="pathcast" bulletText="* Use storm track for pathcast (for thunderstorms) *" bulletGroup="pcast" parseString="OVER THE FOLLOWING LOCATIONS..."/> -->
|
|
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
|
<bullet bulletName="addRainfall" bulletText="Additional rainfall of XX inches expected" parseString="ADDITIONAL RAINFALL"/>
|
|
<bullet bulletName="specificStream" bulletText="Flooding is occurring in a specific stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
|
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
|
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
|
<bullet bulletName="warningMeansCTA" bulletText="A Flood Warning means" parseString="A FLOOD WARNING MEANS FLOODING IS OCCURRING"/>
|
|
<bullet bulletName="dontdrownCTA" bulletText="Turn around...dont drown" parseString="MOST FLOOD DEATHS OCCUR IN AUTOMOBILES"/>
|
|
<bullet bulletName="urbanCTA" bulletText="Urban flooding" parseString="URBAN AREAS...HIGHWAYS...STREETS"/>
|
|
<bullet bulletName="ruralCTA" bulletText="Rural flooding/small streams" parseString=""SMALL CREEKS AND STREAMS","FARM AND COUNTRY ROADS""/>
|
|
<bullet bulletName="USS_CTA" bulletText="Flooding of rural and urban areas" parseString="FLOODING OF SMALL CREEKS AND STREAMS...HIGHWAYS AND UNDERPASSES"/>
|
|
<bullet bulletName="nightCTA" bulletText="Nighttime flooding" parseString="BE ESPECIALLY CAUTIOUS AT NIGHT"/>
|
|
<bullet bulletName="donotdriveCTA" bulletText="Do not drive into water" parseString="DO NOT DRIVE YOUR VEHICLE INTO AREAS WHERE THE WATER COVERS THE ROADWAY"/>
|
|
<bullet bulletName="camperCTA" bulletText="Camper safety" parseString="CAMPERS AND HIKERS SHOULD AVOID STREAMS OR CREEKS"/>
|
|
<bullet bulletName="lowspotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
|
<bullet bulletName="powerCTA" bulletText="Power of flood waters/vehicles" parseString="DO NOT UNDERESTIMATE THE POWER OF FLOOD WATERS"/>
|
|
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="COR" phen="FA" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="*********** SOURCE (CHOOSE 1) **********" bulletType="title"/>
|
|
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="source" parseString="DOPPLER RADAR"/>
|
|
<bullet bulletName="dopplerGauge" bulletText="Doppler radar and automated gauges" bulletGroup="source" parseString="AUTOMATED "/>
|
|
<bullet bulletName="satellite" bulletText="satellite estimates" bulletGroup="source" parseString="SATELLITE ESTIMATES"/>
|
|
<bullet bulletName="satelliteGauge" bulletText="satellite estimates and automated gauges" bulletGroup="source" parseString="SATELLITE AND "/>
|
|
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="source" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
|
<bullet bulletName="public" bulletText="Public reported" bulletGroup="source" parseString="PUBLIC REPORTED"/>
|
|
<bullet bulletName="lawEnforcement" bulletText="Local law enforcement reported" bulletGroup="source" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
|
|
<bullet bulletName="emergencyManagement" bulletText="Emergency management reported" bulletGroup="source" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
|
<bullet bulletText="*********** EVENT (CHOOSE 1) **********" bulletType="title"/>
|
|
<bullet bulletName="thunder" bulletText="Thunderstorms with heavy rainfall" bulletGroup="event" parseString=""THUNDERSTORM","-REPORTED FLOODING""/>
|
|
<bullet bulletName="plainRain" bulletText="Heavy rainfall (no thunder)" bulletGroup="event" parseString=""HEAVY RAIN","-THUNDERSTORM","-REPORTED FLOODING""/>
|
|
<bullet bulletName="floodOccurring" bulletText="Flooding occurring" bulletGroup="event" parseString=""REPORTED FLOODING""/>
|
|
<bullet bulletName="genericFlood" bulletText="Generic (provide reasoning)" bulletGroup="event"/>
|
|
<!-- <bullet bulletName="stormPosition" bulletText="* Thunderstorm(s): use dot to specify initial position *" bulletGroup="event" parseString="LOCATED"/> -->
|
|
<bullet bulletText="*********** RAIN SO FAR (CHOOSE 1) **********" bulletType="title"/>
|
|
<bullet bulletName="rain1" bulletText="One inch so far" bulletGroup="rainAmt" parseString="ONE INCH OF RAIN HAS ALREADY FALLEN"/>
|
|
<bullet bulletName="rain2" bulletText="Two inches so far" bulletGroup="rainAmt" parseString="TWO INCHES OF RAIN HAVE ALREADY FALLEN"/>
|
|
<bullet bulletName="rain3" bulletText="Three inches so far" bulletGroup="rainAmt" parseString="THREE INCHES OF RAIN HAVE ALREADY FALLEN"/>
|
|
<bullet bulletName="rainEdit" bulletText="User defined amount" bulletGroup="rainAmt" parseString="INCHES OF RAIN HAVE FALLEN"/>
|
|
<bullet bulletText="*********** ADDITIONAL INFO ***********" bulletType="title"/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString=""LOCATIONS","INCLUDE...""/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString="WILL REMAIN OVER" showString="WILL REMAIN OVER"/>
|
|
<!-- <bullet bulletName="pathcast" bulletText="* Use storm track for pathcast (for thunderstorms) *" bulletGroup="pcast" parseString="OVER THE FOLLOWING LOCATIONS..."/> -->
|
|
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
|
<bullet bulletName="addRainfall" bulletText="Additional rainfall of XX inches expected" parseString="ADDITIONAL RAINFALL"/>
|
|
<bullet bulletName="specificStream" bulletText="Flooding is occurring in a specific stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
|
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
|
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
|
<bullet bulletName="warningMeansCTA" bulletText="A Flood Warning means" parseString="A FLOOD WARNING MEANS FLOODING IS OCCURRING"/>
|
|
<bullet bulletName="dontdrownCTA" bulletText="Turn around...dont drown" parseString="MOST FLOOD DEATHS OCCUR IN AUTOMOBILES"/>
|
|
<bullet bulletName="urbanCTA" bulletText="Urban flooding" parseString="URBAN AREAS...HIGHWAYS...STREETS"/>
|
|
<bullet bulletName="ruralCTA" bulletText="Rural flooding/small streams" parseString=""SMALL CREEKS AND STREAMS","FARM AND COUNTRY ROADS""/>
|
|
<bullet bulletName="USS_CTA" bulletText="Flooding of rural and urban areas" parseString="FLOODING OF SMALL CREEKS AND STREAMS...HIGHWAYS AND UNDERPASSES"/>
|
|
<bullet bulletName="nightCTA" bulletText="Nighttime flooding" parseString="BE ESPECIALLY CAUTIOUS AT NIGHT"/>
|
|
<bullet bulletName="donotdriveCTA" bulletText="Do not drive into water" parseString="DO NOT DRIVE YOUR VEHICLE INTO AREAS WHERE THE WATER COVERS THE ROADWAY"/>
|
|
<bullet bulletName="camperCTA" bulletText="Camper safety" parseString="CAMPERS AND HIKERS SHOULD AVOID STREAMS OR CREEKS"/>
|
|
<bullet bulletName="lowspotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
|
<bullet bulletName="powerCTA" bulletText="Power of flood waters/vehicles" parseString="DO NOT UNDERESTIMATE THE POWER OF FLOOD WATERS"/>
|
|
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
</bulletActionGroups>
|
|
|
|
<pointSource variable="riverdrainages">
|
|
<pointSource>ffmp_basins</pointSource>
|
|
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
|
<pointField>streamname</pointField>
|
|
<filter>
|
|
<mapping key="cwa">
|
|
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
|
</mapping>
|
|
</filter>
|
|
<withinPolygon>true</withinPolygon>
|
|
</pointSource>
|
|
</warngenConfig>
|
|
|