awips2/edexOsgi/com.raytheon.uf.edex.plugin.satellite.mcidas/utility/common_static/base/satellite/mcidas/areaNames.xml
ucar-tmeyer 4b747b5fe5 Add back in the changes to decode and ingest UNIWISC Satellite files
----------------------------------------------------------------------
These were all changes Michael had made to previous Unidata versions on AWIPS

Main plugin: com.raytheon.uf.edex.plugin.satellite.mcidas
  -Add couple new packages
     -org.apache.commons.codec
     -ar.com.jhg.pngj
  -Added quite a bit back into McidasSatellite.java
  -McidasSatelliteLookups.java
     -Changed area lookup name to sensor source
  -Mcidas Configs:
     -creatingEntities.xml
     -physicalElements.xml
     -areaNames.xml

This brought up a few errors, pointing to updates I needed to make to
  -com.raytheon.uf.common.geospatial: MapUtil.java
     -Added decoding of GVAR native projection products
  -com.raytheon.edex.plugin.satellite: SatSpatialFactory.java
     -Added GVAR native projection support.
     -South polar stereogrpahic support added.
  -com.raytheon.edex.plugin.satellite: SatMapCoverageDao.java
     -Add criteria for line element/res
  -Update satellite menus to have mcidas/UNIWISC entries
  -com.raytheon.uf.common.dataplugin.satellite: SatMapCoverage.java
     -Added McIDAS GVAR native projection support.
     -Un-deprecate projection and fix for goesr ingest.
2023-06-16 18:23:19 +00:00

25 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<areaNames>
<map>
<entry><key>401</key><value>Arctic</value></entry>
<entry><key>400</key><value>Antarctic</value></entry>
<entry><key>185</key><value>GOES-Sounder</value></entry>
<entry><key>71</key><value>GOES-Sounder</value></entry>
<entry><key>184</key><value>GOES-West</value></entry>
<!--
<entry><key>180</key><value>GOES-East</value></entry>
<entry><key>86</key><value>HIMAWARI-8</value></entry>
<entry><key>10</key><value>SSMIS</value></entry>
<entry><key>3</key><value>WINDSAT</value></entry>
<entry><key>3100</key><value>Global</value></entry>
<entry><key>3101</key><value>Global</value></entry>
<entry><key>601</key><value>Mollweide</value></entry>
<entry><key>701</key><value>Mollweide</value></entry>
<entry><key>9050</key><value>GOES-East-West</value></entry>
<entry><key>9053</key><value>GOES-East-West</value></entry>
<entry><key>9056</key><value>GOES-East-West</value></entry>
<entry><key>9059</key><value>GOES-East-West</value></entry>
<entry><key>9062</key><value>GOES-East-West</value></entry>
-->
</map>
</areaNames>