Amend: Fixed println, added uncustomization of displays to interface, fixed font issue Amend: Fixed comments and switched to TimeUtil for common constants for time Change-Id: I92b49a59848ee4a8f61205ab21f5de2e0c260525 Former-commit-id:f08e2d5edc
[formerly 00aaabcbe2b7a66c63de3196cc68f57ccb4664a5] Former-commit-id:474429aaee
69 lines
No EOL
2 KiB
XML
69 lines
No EOL
2 KiB
XML
<soundingSources>
|
|
<!-- Sounding Source Format:
|
|
<source type="<sounding source ext adapter>"
|
|
displayString="<User displayed String>"
|
|
validTimeInterval="<valid time interval in minutes>">
|
|
<constraints>
|
|
// Any custom metadata mappings for data retrieval
|
|
</constraints>
|
|
</source>
|
|
-->
|
|
<source type="grid" displayString="NAM" validTimeInterval="540">
|
|
<constraints>
|
|
<mapping key="pluginName">
|
|
<constraint constraintValue="grid"/>
|
|
</mapping>
|
|
<mapping key="info.datasetId">
|
|
<constraint constraintValue="ETA"/>
|
|
</mapping>
|
|
</constraints>
|
|
</source>
|
|
|
|
<source type="grid" displayString="GFS" validTimeInterval="540">
|
|
<constraints>
|
|
<mapping key="pluginName">
|
|
<constraint constraintValue="grid"/>
|
|
</mapping>
|
|
<mapping key="info.datasetId">
|
|
<constraint constraintValue="GFS212"/>
|
|
</mapping>
|
|
</constraints>
|
|
</source>
|
|
|
|
<source type="grid" displayString="RAP" validTimeInterval="90">
|
|
<constraints>
|
|
<mapping key="pluginName">
|
|
<constraint constraintValue="grid"/>
|
|
</mapping>
|
|
<mapping key="info.datasetId">
|
|
<constraint constraintValue="RUC236"/>
|
|
</mapping>
|
|
</constraints>
|
|
</source>
|
|
|
|
<source type="grid" displayString="Laps" validTimeInterval="90">
|
|
<constraints>
|
|
<mapping key="pluginName">
|
|
<constraint constraintValue="grid"/>
|
|
</mapping>
|
|
<mapping key="info.datasetId">
|
|
<constraint constraintValue="Laps"/>
|
|
</mapping>
|
|
</constraints>
|
|
</source>
|
|
|
|
<source type="bufrua" displayString="From Raobs" validTimeInterval="1080">
|
|
<constraints>
|
|
<mapping key="pluginName">
|
|
<constraint constraintValue="bufrua"/>
|
|
</mapping>
|
|
</constraints>
|
|
</source>
|
|
<source type="nucaps" displayString="NUCAPS" validTimeInterval="90">
|
|
<constraints>
|
|
<mapping key="pluginName">
|
|
<constraint constraintValue="nucaps"/>
|
|
</mapping>
|
|
</constraints>
|
|
</source>
|
|
</soundingSources> |