Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

[netcdfgroup] How to read grib2 files using Netcdf Java API?

I know there must be a very simple way to do this, but I can't seem to find
any example or documentation.

I want to read a Grib2 file using the Java Netcdf API and tried:

File file = new File("/tmp/WRFPRS_GrbF21.grib2");  // a grib2 file
NetcdfFile ncfile = NetcdfDataset.open(file.getAbsolutePath());

but get an IOException stating: Cant read /tmp/WRFPRS_GrbF21.grib2: not a
valid NetCDF file.

I tried using ucar.dt.grid.GridDataSet.open() and got the same result.

In case it was a classpath/jar problem, I added toolsUI.jar from netcdf
2.2.22 to my classpath (has grib.jar).
Same result.  What am I missing?

thanks
Lak
 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690