awips2/ncep/gov.noaa.nws.ncep.edex.plugin.nctaf/res/pointdata/nctafdb.xml
Nate Jensen c1ca48ab19 Issue #181 integrating ncep edex code
Change-Id: I7f3fd64d1e21d5a82b29b404bb90a62bfa6f79bf

Former-commit-id: adb8188f98 [formerly 873469f771] [formerly f96e6a822b] [formerly a015cc136b [formerly f96e6a822b [formerly 71d87e07ef1d5ce2509fddce9170870a5950ba7b]]]
Former-commit-id: a015cc136b
Former-commit-id: bf42c95476b1354c34e606131e248046867b8dff [formerly e951995736]
Former-commit-id: ba529c4a12
2012-01-24 09:49:27 -06:00

17 lines
No EOL
931 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!--
* SOFTWARE HISTORY
* Date Ticket# Engineer Description
* __________ _______ __________ __________________________
* 09/13/2011 458 S. Gurung Initial creation.
* 09/29/2011 S. Gurung Added reportType
-->
<pointDataDbDescription>
<parameter name="dataURI" queryName="dataURI" type="STRING" />
<parameter name="reportType" queryName="reportType" type="STRING" />
<parameter name="latitude" queryName="location.latitude" type="FLOAT" unit="°" />
<parameter name="longitude" queryName="location.longitude" type="FLOAT" unit="°" />
<parameter name="elevation" queryName="location.elevation" type="FLOAT" unit="m" />
<parameter name="stationId" queryName="location.stationId" type="STRING" />
<parameter name="stationName" queryName="location.stationId" type="STRING" />
</pointDataDbDescription>