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] Reading a CDL file

Hi,

Is it possible to read a CDL file in netcdf-java 4.0.41?

When I try to open a cdl file with NetcdfFile.open()

     NetcdfFile ncfile = null;
     try {
            ncfile = NetcdfFile.open(fileName);
      }
      ....

I get the exception "not a valid NetCDF file" in
 ucar.nc2.NetcdfFile.open(NetcdfFile.java:716)


Thank you.
Gabriel




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