Changes between Version 11 and Version 12 of NetCDF

Show
Ignore:
Timestamp:
06/10/12 09:57:45 (12 months ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF

    v11 v12  
    2424The 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.  
    2525 
    26 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.  
     26GDAL 1.9 includes 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>" forces the use of the NetCDF driver.  
    2727 
    2828Please look into [wiki:NetCDF_Improvements] for information regarding these and other improvements to the GDAL NetCDF driver.