Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

Re: Grib2Input.scan

NOTE: The decoders mailing list is no longer active. The list archives are made available for historical reasons.

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
> >rkambic@xxxxxxxxxxxxxxxx                WWW: http://www.unidata.ucar.edu/
> >==============================================================================
> >
> >
>

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


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