Changes between Version 10 and Version 11 of NetCDF


Ignore:
Timestamp:
Dec 12, 2011, 7:03:43 PM (12 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF

    v10 v11  
    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. 
     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. 
    88
    9 Please note that with CygWIN you need to be sure that the DLLs
    10 are executable, or GDAL will not execute. Use the command {{{ chmod a+rx [NetCDF DLLs] }}}. The netCDF DLLs directory must be in your PATH.
     9See [http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-install/Quick-Instructions.html#Quick-Instructions NetCDF Quick Instructions] for instructions on how to build NetCDF.
    1110
    1211
     
    1615
    1716
     17== CygWIN ==
     18
     19Please note that with CygWIN you need to be sure that the DLLs are executable, or GDAL will not execute. Use the command {{{ chmod a+rx [NetCDF DLLs] }}}. The netCDF DLLs directory must be in your PATH.
     20
     21
    1822== Improvements to the NetCDF driver ==
    1923
    20 The 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.
     24The 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. 
    2125
    2226The 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.