Changes between Version 9 and Version 10 of NetCDF


Ignore:
Timestamp:
Dec 12, 2011, 6:54:16 PM (12 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF

    v9 v10  
    55== Building NetCDF ==
    66
    7 NetCDF support requires the [http://www.unidata.ucar.edu/packages/netcdf/  netCDF library].  Once it is built and installed, use the "--with-netcdf=<path to install tree>" option to configure and build GDAL.  NetCDF support has not been built or tested on Windows.
     7NetCDF support requires the [http://www.unidata.ucar.edu/packages/netcdf/  netCDF library].  Once it is built and installed, use the "--with-netcdf=<path to install tree>" option to configure and build GDAL. 
     8
     9Please note that with CygWIN you need to be sure that the DLLs
     10are executable, or GDAL will not execute. Use the command {{{ chmod a+rx [NetCDF DLLs] }}}. The netCDF DLLs directory must be in your PATH.
     11
    812
    913== Conflicts with HDF4 ==
     
    1620The newer NetCDF-4 library offers features such as per-variable compression (using the deflate algorithm) and chunking which require the HDF5 library. To enable this, "--enable-netcdf4" (and perhaps --with-hdf5=<path_to_hdf5>) must be added to netcdf configure.
    1721
    18 The development version of the driver (1.9-dev in svn or nightlies) adds support for Netcdf-4 file format, as well as the 64-bit offset file format.  HDF4 and HDF5 files are also supported, although the respective driver is used if available.  The syntax "NETCDF:<file.hdf>" forces the use of the NetCDF driver.
     22The development version of the driver (1.9-dev in svn or nightlies) adds support for NetCDF-4 file format, as well as the 64-bit offset file format.  HDF4 and HDF5 files are also supported, although the respective driver is used if available.  The syntax "NETCDF:<file.hdf>" forces the use of the NetCDF driver.
    1923
    2024Please look into [wiki:NetCDF_Improvements] for information regarding these and other improvements to the GDAL NetCDF driver.