Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

[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: