Changes between Version 12 and Version 13 of NetCDF


Ignore:
Timestamp:
Jun 25, 2012, 7:38:49 AM (12 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF

    v12 v13  
    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>" (e.g. /usr/local) option to configure and build GDAL. 
     8If nc-config is found in the default path or in the <path to install tree>/bin directory, then optional support of netcdf-4 will be tested.
    89
    910See [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.
     
    2425The 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.
    2526
    26 GDAL 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.
     27GDAL 1.9 includes support for NetCDF-4 file format (provided that nc-config is found in the configure stage), 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.
    2728
    2829Please look into [wiki:NetCDF_Improvements] for information regarding these and other improvements to the GDAL NetCDF driver.