Changes between Version 11 and Version 12 of NetCDF


Ignore:
Timestamp:
Jun 10, 2012, 9:57:45 AM (12 years 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.