awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dssEvents.xml
Baoyu Yin 28b7e8d6e2 VLab Issue #4796 - AWIPS2_DR_17420 WarnGen IBW templates and 14.2.1 template corrections; fixes #4796
Change-Id: Ieb4a6d68b48351deacbddda65f1ff53485c3402d

Former-commit-id: f077d3cd4084faf8ad7c8865e84df53e59a5db72
2014-09-19 15:02:23 -04:00

45 lines
No EOL
1.2 KiB
XML
Executable file

<!--
CREATED 6-25-14 BY EVAN BOOKBINDER
Take Real-Time DSS Events from the mapdata.warngen_dss postGres table
(as generated by software created by Evan Bookbinder (EAX) and Phil Kurimski (DTX)),
and include them in our warning polygons.
<pointSource variable="dss_events">
<pointSource>warngen_dss</pointSource>
<pointField>NAME</pointField>
<searchMethod>TRACK</searchMethod>
<withinPolygon>true</withinPolygon>
<maxResults>10</maxResults>
<distanceThreshold>10</distanceThreshold>
<sortBy>
<sort>distance</sort>
<sort>warngenlev</sort>
</sortBy>
<filter>
<mapping key="WARNGENLEV">
<constraint constraintValue="1,3" constraintType="IN" />
</mapping>
</filter>
</pointSource>
<pointSource variable="dss_events_marine">
<pointSource>warngen_dss</pointSource>
<pointField>NAME</pointField>
<searchMethod>TRACK</searchMethod>
<withinPolygon>true</withinPolygon>
<maxResults>10</maxResults>
<distanceThreshold>10</distanceThreshold>
<sortBy>
<sort>distance</sort>
<sort>warngenlev</sort>
</sortBy>
<filter>
<mapping key="WARNGENLEV">
<constraint constraintValue="2,3" constraintType="IN" />
</mapping>
</filter>
</pointSource>
-->