[thredds] featureCollection - NcML

Does NcML not work on coordinate variables used in a
<featureCollection>...featureType="FMRC"...</featureCollection>
declaration?
 
<featureCollection...>
  <collection...>
  <protoDataset...>
    <netcdf...>
      <variable name="time">
        <attribute name="_FillValue" value="NaN"/>
        <attribute name="axis" value="T"/>
        <attribute name="description" value="Forecast hour since
1979-01-01T00:00:00Z."/>
        <attribute name="id" value="time"/>
        <attribute name="ioos_category" value="Time"/>
      </variable>
    </netcdf>
  </protoDataset>
</featureCollection>
 
DAS output:
    time {
        String long_name "Forecast time for ForecastModelRunCollection";
        String standard_name "time";
        String units "hours since 1979-01-01T00:00:00Z";
        Float64 missing_value NaN;
        String _CoordinateAxisType "Time";
    }

None of the declared attributes have been added to the coordinate
variable "time".
 
Global attributes, data variable attributes and coordinate variable
attributes for lat/lon have all been updated via NcML.
 
Kind regards,
 
Glenn
  • 2011 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: