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.

Re: netCDF API to generate NcML-cs

Giacomo Villoresi wrote:

Hi John,
it's Giacomo Villoresi, a colleague of Stefano Nativi. I am currently trying to generate a NcML-CS document from a NetCDF file, using the NetcdfDataset class. This is the code I wrote using version 2.2.06 alpha of related API: NetcdfDataset ncd = NetcdfDataset.openDataset(fileLocation, true, null);
    System.out.println("NetcdfFile: " + fileLocation);
    ncd.writeNcML(System.out, fileLoc);
I've tried using different NetCDF files with various conventions (GDV, COARDS, NUWG) but none printed out a NcML-CS xml document. The creation of coordinate system metadata seems to be done correctly as far as I understand. Is it correct? Otherwise how is it possible to generate NcML-CS? Thanks in advance,
 Giacomo Villoresi

Hi Giacomo:

The NcML-CS part is not working in 2.2.06 alpha. You can go back to 2.1.09 and it should work there.

I am still reviewing how NcML-CS should work for 2.2, its possible we would skip NcML-CS and just do NcML-G or -GML.


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