Netcdf-Java library Version 2.2.22.21 Build Date = 2008-05-05 20:48:59 see http://www.unidata.ucar.edu/packages/netcdf-java/ DISTRIBUTIONS ncCore-2.2.22.jar just the core netcdf-java classes netcdf-2.2.22.jar complete netcdf-java, except for the UI and optional libraries netcdfUI-2.2.22.jar complete netcdf-java including the UI, without optional libraries toolsUI-2.2.22.jar complete netcdf-java including the UI and optional libraries netcdfAll-2.2.22.zip all of netcdf-java and optional libraries ncSrc-2.2.22.zip source distribution nc2.2.zip library that can be used in the IDV OPTIONAL LIBRARIES commons-httpclient required to read files remotely over HTTP commons-logging, codec required by commons-httpclient gnu-regexp required by dods; dods library itself is now directly contained in netcdf grib.jar required to read Grib-1 or Grib-2 datasets jdom.jar required to read thredds catalogs, and read NcML jpeg2000.jar required to read Grib-2 JPEG2000 compressed files nlog4j.jar log4j logging. Alternately, you can use any slf4j implementation. opendap.jar required to read OPeNDAP URLs visadNoDods.jar required to read ADDE datasets; this version has the dods libraries removed xercesImpl.jar required to validate thredds catalogs (jdk 1.4 only) xml-apis.jar required by xerces library RELATED UI LIBRARIES prefsAll.jar required for UI state persistence, related widgets resourcesOptional.jar optional detailed maps and tables RUN THE NETCDF TOOLS UI APPLICATION FROM COMMAND LINE 1. get the toolsUI jar file (toolsUI-2.2.22.zip) 3. java -Xmx512m -jar toolsUI-2.2.22.jar or 1. get the netcdfAll zip file (netcdfAll-2.2.22.zip) 2. unzip into working directory 3. java -Xmx512m -jar netcdfUI-2.2.22.jar BUILD AND RUN FROM SOURCE 1. get the source release (ncSrc-2.2.22.zip) 2. unzip into working directory 3. ant compileFromSrc 4. sh runSrcRelease --------------------------------------------------------------------------------------------------------------------- /* * Copyright 1997-2007 Unidata Program Center/University Corporation for * Atmospheric Research, P.O. Box 3000, Boulder, CO 80307, * support@unidata.ucar.edu. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at * your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser * General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */