Changes between Initial Version and Version 1 of HDF


Ignore:
Timestamp:
Mar 25, 2007, 11:27:23 PM (17 years ago)
Author:
warmerdam
Comment:

migrated from doxygen docs.

Legend:

Unmodified
Added
Removed
Modified
  • HDF

    v1 v1  
     1There are two HDF formats, HDF4, and HDF5 which each have their own libraries and drivers. HDF4 is more common, but HDF5 is the next generation format. 
     2
     3 * http://www.gdal.org/frmt_hdf4.html - hdf4 driver docs
     4 * http://www.gdal.org/frmt_hdf5.html - hdf5 driver docs
     5
     6= Building with HDF4 =
     7
     8NCSA HDF library can be downloaded from the [http://hdf.ncsa.uiuc.edu/ The NCSA HDF Home Page] at the the [http://www.ncsa.uiuc.edu/ National Center for Supercomputing Applications].
     9
     10If your OS distribution already contains prebuilt HDF library you can use one from the distribution.
     11
     12Please note, that NCSA HDF library compiled with several defaults which is defined in ''hlimits.h'' file. For example, ''hlimits.h'' defines the maximum number of opened files:
     13
     14{{{
     15#   define MAX_FILE   32
     16}}}
     17
     18If you need open more HDF4 files simultaneously you should change this value and rebuild HDF4 library (there is no need to rebuild GDAL if it is already compiled with HDF4 support).