This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
we recently started moving some classes into unidataCommon.jar. Havent yet got all the pieces synched up yet. for now, we have decided to include that source in the ncSrc.jar for user's convenience. anyway, no problem letting us know about it. Tom Kunicki wrote:
John, Those geoloc classes aren't part of netcdf-java? Is this recent? The reason I ask is that I dropped the updated netcdf-4.1.jar into our TDS 4.1 install to pick up the recent changes and I receive CNF exceptions on those geoloc classes. Now I feel silly for having bugged you about this... Tom Kunicki Center for Integrated Data Analytics U.S. Geological Survey 8505 Research Way Middleton, WI 53562 On Feb 26, 2010, at 3:27 PM, John Caron wrote:latest 4.1 release has unidatacommon source code in ncSrc-4.1.zip Tom Kunicki wrote: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,5ucar/unidata/geoloc/projection/ ucar/unidata/geoloc/projection/proj4/ ucar/unidata/geoloc/projection/sat/3a7,21ucar/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.class7a26,55ucar/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.classThanks, 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.