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.

[netcdf-java] THREDDSMetadata in NetCDF files

Hello all

I'm currently working on improvement of NetCDF support in Geotoolkit.org. Among my tasks, I'm working on a "NetCDF <-> ISO 19115" metadata mapping. I'm using the ncISO mapping as a basis:

 * http://ngdc.noaa.gov/metadata/published/xsl/nciso2.0/UnidataDD2MI.xsl


I'm not very familiar with this syntax, but my understanding of lines like:

<xsl:variable name="id" as="xs:string*" 
select="(/nc:netcdf/nc:group[@name='THREDDSMetadata']/nc:attribute[@name='id']/@value"/>


is that an "id" attribute is search in the "THREDDSMetadata" group inside the NetCDF file. Is that right? I have not been able to find an example of NetCDF file having such group on internet. Does anyone have such example NetCDF file? (not XML). The NetCDF Subversion repository in its cdm/src/test/data/thredds/cataloggen/testData/model/ directory contains only empty files...

    Regards,

        Martin

  • 2011 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: