44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!--
|
|
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
|
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
|
|
|
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
|
This_software_product_contains_export-restricted_data_whose
|
|
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
|
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
|
an_export_license_or_other_authorization.
|
|
|
|
Contractor_Name:________Raytheon_Company
|
|
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
|
________________________Mail_Stop_B8
|
|
________________________Omaha,_NE_68106
|
|
________________________402.291.0100
|
|
|
|
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
|
further_licensing_information.
|
|
-->
|
|
<!--
|
|
Tropical Cyclone Summary
|
|
-->
|
|
<pointDataDescription>
|
|
<parameter name="wmoHeader" numDims="1" type="STRING" />
|
|
<parameter name="name" numDims="1" type="STRING" />
|
|
<parameter name="pressure" numDims="1" type="INT" unit="mbar"/>
|
|
<parameter name="size" numDims="1" type="INT" />
|
|
|
|
<parameter name="displayTime" numDims="2" type="STRING" />
|
|
<parameter name="latitude" numDims="2" type="FLOAT" unit="degree_N"/>
|
|
<parameter name="longitude" numDims="2" type="FLOAT" unit="degree_E"/>
|
|
<parameter name="windSpeed" numDims="2" type="INT" unit="kn"/>
|
|
<parameter name="isTropical" numDims="2" type="INT"/>
|
|
|
|
<!--
|
|
each radius will be stored as such: xxNE xxSE xxSW xxNW
|
|
-->
|
|
<parameter name="radius64KT" numDims="2" type="INT" unit="mi" />
|
|
<parameter name="radius50KT" numDims="2" type="INT" unit="mi" />
|
|
<parameter name="radius34KT" numDims="2" type="INT" unit="mi" />
|
|
<parameter name="radius12FT" numDims="2" type="INT" unit="mi" />
|
|
|
|
</pointDataDescription>
|