NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

[thredds] featureCollection - NcML

Take it NcML does not work on <featureCollection> derived coordinate
variables (dimensions) such as "time":
 
<featureCollection...>
<collection...>
<netcdf...>
  <variable name="pressure">
    <attribute name="axis" value="Z"/>
  </variable>
  <variable name="time">
    <attribute name="axis" value="T"/>
  </variable>
</netcdf>
</featureCollection>
 
    pressure {
        String units "Pa";
        String long_name "Isobaric surface";
        String positive "down";
        String GRIB_level_type "100";
        String _CoordinateAxisType "Pressure";
        String axis "Z";
        String _CoordinateZisPositive "down";
    }
    time {
        String long_name "Forecast time for ForecastModelRunCollection";
        String standard_name "time";
        String units "hours since 1990-01-01T00:00:00Z";
        Float64 missing_value NaN;
        String _CoordinateAxisType "Time";
    }

Kind regards,
 
Glenn Comiskey
Data System Administrator
  • 2012 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: