Netcdf-Java library
Version 4.0.03
Build Date = 2007-10-25 00:19:05

see http://www.unidata.ucar.edu/packages/netcdf-java/

DISTRIBUTIONS
  ncCore-4.0.jar        just the core netcdf-java classes
  netcdf-4.0.jar        complete netcdf-java, except for the UI and optional libraries
  netcdfUI-4.0.jar      complete netcdf-java including the UI, without optional libraries
  toolsUI-4.0.jar       complete netcdf-java including the UI and optional libraries

  netcdfAll-4.0.zip     all of netcdf-java and optional libraries
  ncSrc-4.0.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.
  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-4.0.zip)
  3. java -Xmx512m -jar toolsUI-4.0.jar
or
  1. get the netcdfAll zip file (netcdfAll-4.0.zip)
  2. unzip into working directory
  3. java -Xmx512m -jar netcdfUI-4.0.jar 

BUILD AND RUN FROM SOURCE
 1. get the source release (ncSrc-4.0.zip)
 2. unzip into working directory
 3. ant compileFromSource
 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
 */