# $Id: README,v 1.7 2008-08-05 00:20:43 gosselin_a Exp $
# $Log: not supported by cvs2svn $
# Revision 1.6  2008/06/30 02:41:44  gosselin_a
# Preleminary check-in of changes leading to the 0.8 revision.
#   - switch to numpy, Numeric now unsupported
#   - better documentation of the compression features
#   - some bug fixes
#
# Revision 1.5  2004/08/02 17:04:38  gosselin
# pyhdf-0.7-2
#
# Revision 1.3  2004/08/02 15:29:52  gosselin
# pyhdf-0.7-1
#
# Revision 1.2  2004/08/02 15:16:38  gosselin
# pyhdf 0.6-1
#
# Revision 1.1  2004/08/02 14:45:56  gosselin
# Initial revision
#

Author:         Andre Gosselin
                Maurice Lamontagne Institute
                Fisheries and Oceans Department
                Government of Canada
                Mont-Joli, Canada
                Andre.Gosselin@dfo-mpo.gc.ca

Maintainer:     Enthought, Inc.
                Austin, TX
                enthought-dev@mail.enthought.com



Latest version: 0.8-3
Date:  October 2 2008

pyhdf is a python wrapper around the NCSA HDF version 4 library.
The SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API's 
are currently implemented. netCDF files can also be 
read and modified.

Functionality of version 0.8 is same as 0.7-3, but it uses 
NumPy package rather than Numeric.


INSTALLATION:

  To install, see file INSTALL.

DOCUMENTATION:

  For documentation, see the doc/ subdirectory:
    -pyhdf.HDF.txt  text format
    -pyhdf.HDF.html html format
    -pyhdf.SD.txt   text format
    -pyhdf.SD.html  html format
    -pyhdf.VS.txt   text format
    -pyhdf.VS.html  html format
    -pyhdf.V.txt    text format
    -pyhdf.V.html   html format

  Additional documentation on the HDF4 format can be
  found in the User Guide:
    http://hdf.ncsa.uiuc.edu/training/HDFtraining/UsersGuide/

EXAMPLES:

  Example python programs using the pyhdf package
  can be found inside the examples/ subdirectory.

FINAL NOTES:

  Please report all bugs and problems to the maintainer at the
  address given above. Author can also be contacted.
