[Thread Prev][Thread Next][Index]

[las_users] Categories.xml file in LAS 7.2



After copying the categories.xml file used with LAS classic 7.0 interface to the new LAS 7.2 installation, several dataset categories are missing using LAS 7.2.  For instance, there are 7 top level categories but the 6th category does not display any files when clicked.
 
In addition, the first category, has eight subcategories but one of them only displays one subcategory (which then has 2 subcategories).   An additional category that should display on the same level with the category that has two subcategories does not display. 
 
Another top-level category displays one subcategory with its contents but not a second subcategory. 
 
There are several filters in each category and some of them may no longer match parameters but there is always at least one filter that does match a parameter.
 
Since this categories.xml file worked in the 7.0 version, can you provide any hints on how LAS 7.2 processes the categories.xml file differently?  Is there a log file with more info?  I attaching a copy of the categories.xml file that is being used for testing if anyone is brave enough to wade through it.
 
Penny Oots
 
 
 
<las_categories> 
 <category doc="http://science.larc.nasa.gov/research.html " name="Atmosphere"> 
   <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Aerosols"; name="Aerosols"> 
     <filter action="apply-variable" contains="Aerosol"/>
     <filter action="apply-variable" contains="Optical Depth Monthly"/>
   </category>
   <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Air Quality" name="Air Quality"> 
     <filter action="apply-variable" contains="Ozone"/>
     <filter action="apply-variable" contains="Carbon"/>
     <filter action="apply-variable" contains="CO"/>
     <filter action="apply-variable" contains="NO2"/>
     <filter action="apply-variable" contains="Methane"/>
     <filter action="apply-variable" contains="Dose"/>
   </category>
   <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Atmospheric Pressure" name="Atmospheric Pressure"> 
     <filter action="apply-variable" contains="Pressure"/>
   </category>
   <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Atmospheric Temperature" name="Atmospheric Temperature"> 
     <filter action="apply-variable" contains="Air Temperature"/>
     <filter action="apply-variable" contains="Mean Temperature"/>
     <filter action="apply-variable" contains="Stratosphere Temperature"/>
     <filter action="apply-variable" contains="Tropopause Temperature"/>
   </category>
   <category doc="http://reason-dev.larc.nasa.gov/Diagram_Explanation.html"; name="Atmospheric Radiation"> 
    <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Atmospheric Radiation" name="Surface"> 
      <filter action="apply-variable" contains="Surface Clear-sky SW"/>
      <filter action="apply-variable" contains="Surface Clear-sky LW"/>
      <filter action="apply-variable" contains="Surface Clear-sky Reflectance"/>
      <filter action="apply-variable" contains="Surface All-sky"/>
      <filter action="apply-variable" contains="All-sky LW Surface Upward Flux"/>
      <filter action="apply-variable" contains="All-sky LW Surface Downward Flux"/>
    </category>
    <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=TOA"; name="Top of Atmosphere (TOA)">
       <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=TOA"; name="Top of Atmosphere (TOA) All-sky">
     <filter action="apply-variable" contains="TOA All-sky"/>
     <filter action="apply-variable" contains="All-Sky"/>
       </category>
      <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=TOA"; name="Top of Atmosphere (TOA) Clear-sky">
       <filter action="apply-variable" contains="TOA Clear-sky"/>
      </category>
     </category>
   </category>
   <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Atmospheric Water Vapor" name="Atmospheric Water Vapor">
     <filter action="apply-variable" contains="Precipitable"/>
   </category>
 
   <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Clouds"; name="Clouds">
     <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Cloud Coverage" name="Cloud Coverage">
      <filter action="apply-variable" contains="Cloud Coverage"/>
      <filter action="apply-variable" contains="Cloud Area"/>
      <filter action="apply-variable" contains="Cloud Fraction"/>
      <filter action="apply-variable" contains="Cloud Amount"/>
     </category>
     <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Cloud Opacity" name="Cloud Opacity">
      <filter action="apply-variable" contains="Visible Optical Depth"/>
      <filter action="apply-variable" contains="Cloud Optical Depth"/>
      <filter action="apply-variable" contains="Mean Optical Depth"/>
     </category>
     <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Cloud Temperature" name="Cloud Temperature">
      <filter action="apply-variable" contains="Cloud Effective Temperature"/>
      <filter action="apply-variable" contains="Cloud Temperature"/>
      <filter action="apply-variable" contains="Cloud Top Temperature"/>
     </category>
    </category>
   <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Precipitation"; name="Precipitation">
      <filter action="apply-variable" contains="Precipitation"/>
     </category>
 </category>
 
 <category doc="http://terra.nasa.gov/FactSheets/LandSurface/"; name="Land Surface">
  <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Surface"; name="Surface Conditions">
    <filter action="apply-variable" contains="Emissivity"/>
    <filter action="apply-variable" contains="Skin Temperature"/>
    <filter action="apply-variable" contains="Surface Clear-sky Temperature"/>
    <filter action="apply-variable" contains="Surface Pressure"/>
    <filter action="apply-variable" contains="Water Thickness Land"/>
    <filter action="apply-variable" contains="Humidity"/>
<!--  <filter action="apply-variable" contains="Elevation"/> -->
  </category>
  <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Surface"; name="Surface Cover">
    <filter action="apply-variable" contains="Scene"/>
    <filter action="apply-variable" contains="Forest"/>
    <filter action="apply-variable" contains="Desert"/>
    <filter action="apply-variable" contains="Crop"/>
    <filter action="apply-variable" contains="Shrub"/>
    <filter action="apply-variable" contains="Grass"/>
    <filter action="apply-variable" contains="Savannas"/>
    <filter action="apply-variable" contains="Wetland"/>
    <filter action="apply-variable" contains="Tundra"/>
    <filter action="apply-variable" contains="Urban"/>
    <filter action="apply-variable" contains="Water Bodies"/>
    <filter action="apply-variable" contains="permanent"/>
  </category>
  <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Atmospheric Radiation" name="Surface Radiation"> 
    <filter action="apply-variable" contains="Surface LW"/>
    <filter action="apply-variable" contains="Surface Clear-sky SW"/>
    <filter action="apply-variable" contains="Surface Clear-sky LW"/>
    <filter action="apply-variable" contains="Surface Clear-sky Reflectance"/>
    <filter action="apply-variable" contains="Surface All-sky"/>
    <filter action="apply-variable" contains="All-sky LW Surface Upward Flux"/>
    <filter action="apply-variable" contains="All-sky LW Surface Downward Flux"/>
    <filter action="apply-variable" contains="Radative Dose at 11km"/>
  </category>
  <category doc="http://reason-dev.larc.nasa.gov/glossary_LAS.php?lascategory=Surface"; name="Surface"> 
    <filter action="apply-variable" contains="Mask"/>
    <filter action="apply-variable" contains="Surface Elevation"/>
  </category>
 </category>
 
 <category doc="http://oceanworld.tamu.edu"; name="Oceans">
    <filter action="apply-variable" contains="Sea Level"/>
    <filter action="apply-variable" contains="sea level"/>
    <filter action="apply-variable" contains="Sea Surface"/>
    <filter action="apply-variable" contains="Wind Speed - Climatology"/>
    <filter action="apply-variable" contains="Vectors"/>
    <filter action="apply-variable" contains="Chloro"/>
    <filter action="apply-variable" contains="Water Thickness Ocean"/>
    <filter action="apply-variable" contains="Water Surface"/>
 </category>
 
 <category doc="http://learners.gsfc.nasa.gov/mediaviewer/Cryosphere/"; name="Cryosphere">
  <filter action="apply-variable" contains="Monthly Snow"/>
  <filter action="apply-variable" contains="Geopotential"/>
 </category>
 
 <category doc="http://earthobservatory.nasa.gov/Features/WorldOfChange/biosphere.php"; name="Biosphere">
  <filter action="apply-variable" contains="Leaf"/>
  <filter action="apply-variable" contains="Vegetation"/>
  <filter action="apply-variable" contains="Photosynthetically"/>
  <filter action="apply-variable" contains="Soil Moisture"/>
 </category>

 <category doc="http://power.larc.nasa.gov/"; name="Surface Meteorology and Solar Energy">
    <category doc="http://power.larc.nasa.gov/"; name="Monthly Average Surface Meteorology and Solar Energy">
      <filter action="apply-variable" contains="Rel 6"/>

    </category>
    <category doc="http://power.larc.nasa.gov/"; name="Annual Surface Meteorology and Solar Energy">
      <filter action="apply-dataset" contains="annual"/>
    </category>
 </category>

 <category doc="http://calipso.larc.nasa.gov/"; name="CALIPSO">
    <filter action="apply-variable" contains="(CALIPSO2)"/>
 </category>
</las_categories>

[Thread Prev][Thread Next][Index]


Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement