Hi Martin,
In the latest release of ncISO, we combine metadata that is available
either in the file or available through THREDDS.
The XSLT 2.0 stylesheet from Ted Habermann uses a precedence model that
looks to use the id from THREDDS because it is guaranteed to be unique.
See this link for more information:
https://geo-ide.noaa.gov/wiki/index.php?title=NetCDF_Attribute_Convention_for_Dataset_Discovery#Determining_an_Order_of_Precedence
In prior versions of ncISO (where we had not yet incorporated THREDDS
metadata) we relied on naming authority + id to create fileIdentifier.
Feel free to join the ncisometadata google group if you have more
specific ncISO questions.
Hope that helps,
Dave
On 10/5/2011 9:31 AM, Martin Desruisseaux wrote:
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
_______________________________________________
netcdf-java mailing list
netcdf-java@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/