awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dssEvents.xml
2022-05-05 12:34:50 -05:00

45 lines
1.3 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>
-->