[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grib2Input.scan



Carl,

you need to get the latest netcdf-java source unless there some version
problem at our end. the grib.jar should be up to date, it hasn't been changed
in months.

http://www.unidata.ucar.edu/software/netcdf-java/

robb...






On Thu, 2 Mar 2006, Carl Drews wrote:

> I made the change.  I'm rebuilding the netcdf jar now.  There are some
> other changes, like Grib2Data no longer throwing exceptions that it used
> to throw.  The latest build error is:
>
> /home/drews/2006/MetDataServer/NetCDF/build.xml:228:
> /home/drews/2006/MetDataServer/NetCDF/LOOK:WHERE?? not found.
>
> Shall I keep slugging through this build, or can you send me a new jar?
>
> Carl
>
> Robb Kambic wrote:
>
> >On Thu, 2 Mar 2006, Carl Drews wrote:
> >
> >
> >
> >>Robb -
> >>
> >>In your class Grib2Input the scan() method has two arguments:
> >>
> >>public final boolean scan(boolean getProductsOnly, boolean oneRecord)
> >>throws ucar.grib.NotSupportedException, java.io.IOException;
> >>
> >>In the netcdf library that I got from Unidata, scan() is called with
> >>three arguments.  Here is line 52 of
> >>ucar/nc2/iosp/grib/Grib2ServiceProvider.java:
> >>
> >>      g2i.scan( false, false, true );
> >>
> >>
> >
> >
> >Carl,
> >
> >thanks for the report, the old call had 3 parameters. they were
> >getData, getProducts, and oneRecord.  since getData was removed, the call
> >should be:
> >
> >g2i.scan( false, true );
> >
> >
> >thanks,
> >robb...
> >
> >
> >
> >
> >>How shall I resolve this difference?
> >>
> >>Carl
> >>
> >>
> >>
> >
> >===============================================================================
> >Robb Kambic                             Unidata Program Center
> >Software Engineer III                           Univ. Corp for Atmospheric 
> >Research
> >address@hidden                  WWW: http://www.unidata.ucar.edu/
> >===============================================================================
> >
> >
>

===============================================================================
Robb Kambic                                Unidata Program Center
Software Engineer III                      Univ. Corp for Atmospheric Research
address@hidden             WWW: http://www.unidata.ucar.edu/
===============================================================================