John,
I'm still hoping for an updated netcdf-4.1.jar (and ncSrc-4.1.zip) to resolve
the missing ucar.unidata.geoloc classes (netcdfAll-4.1.jar has the classes). I
worked around this so far by extracting the missing classes from netcdfAll so
that I could update our TDS instance netcdf-4.1jar. I am trying to investigate
some performance issues and I need to be able to build the released netcdf
source which I can't do w/o those source files...
here's the output of a script (attached) to show the issue
------------------------------------------------------------------------
tkunicki@igsarmewws194% sh -x missing-geoloc.sh + md5 netcdf-4.1.jar
MD5 (netcdf-4.1.jar) = 6d65c6eeab16369a538bc22dc338fca2
+ md5 netcdfAll-4.1.jar
MD5 (netcdfAll-4.1.jar) = 67f8178aabe1da29e424120254ec3bee
+ jar tf netcdf-4.1.jar
+ grep ucar.unidata.geoloc
+ jar tf netcdfAll-4.1.jar
+ grep ucar.unidata.geoloc
+ diff /tmp/netcdf-4.1.geoloc /tmp/netcdfAll-4.1.geoloc
2a3,5
ucar/unidata/geoloc/projection/
ucar/unidata/geoloc/projection/proj4/
ucar/unidata/geoloc/projection/sat/
3a7,21
ucar/unidata/geoloc/Bearing.class
ucar/unidata/geoloc/Earth.class
ucar/unidata/geoloc/EarthEllipsoid.class
ucar/unidata/geoloc/EarthLocation.class
ucar/unidata/geoloc/EarthLocationImpl.class
ucar/unidata/geoloc/LatLonPoint.class
ucar/unidata/geoloc/LatLonPointImpl.class
ucar/unidata/geoloc/LatLonRect.class
ucar/unidata/geoloc/Projection.class
ucar/unidata/geoloc/ProjectionImpl.class
ucar/unidata/geoloc/ProjectionPoint.class
ucar/unidata/geoloc/ProjectionPointImpl.class
ucar/unidata/geoloc/ProjectionRect.class
ucar/unidata/geoloc/Station.class
ucar/unidata/geoloc/StationImpl.class
7a26,55
ucar/unidata/geoloc/projection/AlbersEqualArea.class
ucar/unidata/geoloc/projection/FlatEarth.class
ucar/unidata/geoloc/projection/Gdc_To_Utm_Converter.class
ucar/unidata/geoloc/projection/LambertAzimuthalEqualArea.class
ucar/unidata/geoloc/projection/LambertConformal.class
ucar/unidata/geoloc/projection/LatLonProjection.class
ucar/unidata/geoloc/projection/Mercator.class
ucar/unidata/geoloc/projection/Orthographic.class
ucar/unidata/geoloc/projection/ProjectionAdapter.class
ucar/unidata/geoloc/projection/RotatedLatLon$Test.class
ucar/unidata/geoloc/projection/RotatedLatLon.class
ucar/unidata/geoloc/projection/RotatedPole.class
ucar/unidata/geoloc/projection/Stereographic.class
ucar/unidata/geoloc/projection/TransverseMercator.class
ucar/unidata/geoloc/projection/UtmCoordinateConversion$1.class
ucar/unidata/geoloc/projection/UtmCoordinateConversion$Digraphs.class
ucar/unidata/geoloc/projection/UtmCoordinateConversion$LatLon2MGRUTM.class
ucar/unidata/geoloc/projection/UtmCoordinateConversion$LatLon2UTM.class
ucar/unidata/geoloc/projection/UtmCoordinateConversion$LatZones.class
ucar/unidata/geoloc/projection/UtmCoordinateConversion$MGRUTM2LatLon.class
ucar/unidata/geoloc/projection/UtmCoordinateConversion$UTM2LatLon.class
ucar/unidata/geoloc/projection/UtmCoordinateConversion.class
ucar/unidata/geoloc/projection/UtmProjection$SaveParams.class
ucar/unidata/geoloc/projection/UtmProjection.class
ucar/unidata/geoloc/projection/Utm_To_Gdc_Converter.class
ucar/unidata/geoloc/projection/VerticalPerspectiveView.class
ucar/unidata/geoloc/projection/proj4/AlbersEqualAreaEllipse.class
ucar/unidata/geoloc/projection/proj4/LambertConformalConicEllipse.class
ucar/unidata/geoloc/projection/proj4/MapMath.class
ucar/unidata/geoloc/projection/sat/MSGnavigation.class
Thanks,
Tom Kunicki
Center for Integrated Data Analytics
U.S. Geological Survey
8505 Research Way
Middleton, WI 53562
On Feb 22, 2010, at 2:20 PM, John Caron wrote:
Tom Kunicki wrote:
Hey John,
I think some classes are missing from the netcdf-4.1 jar posted saturday, in
particular the classes in ucar.unidata.geoloc (like LatLon*)
thanks tom, ill fix that.