Changeset 1075

Show
Ignore:
Timestamp:
07/01/08 09:49:05 (3 months ago)
Author:
fcady
Message:

updated README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pyhdf/README

    r1054 r1075  
    1 # $Id: README,v 1.5 2008/06/23       Enthought Exp $ 
     1# $Id: README,v 1.5 2004/08/02 17:04:38 gosselin Exp $ 
    22# $Log: README,v $ 
    3 #  
    4 # Revision 1.6                       Enthought 
    5 # pyhdf-0.7-4 
    6 # 
    73# Revision 1.5  2004/08/02 17:04:38  gosselin 
    84# pyhdf-0.7-2 
     
    1612# Revision 1.1  2004/08/02 14:45:56  gosselin 
    1713# Initial revision 
    18 # 
    1914 
    20 Maintainer:    Enthough, Inc. 
    21                Austin, TX 
    22                enthought-dev@mail.enthought.com 
     15Maintainer:     Enthough, Inc. 
     16                Austin, TX 
     17                enthought-dev@mail.enthought.com 
    2318 
    2419Original Author: Andre Gosselin 
    25                 Maurice-Lamontagne Institute 
    26                 Fisheries and Oceans Department 
    27                 Mont-Joli, Canada 
    28                 gosselina@dfo-mpo.gc.ca 
     20                 Maurice Lamontagne Institute 
     21                 Fisheries and Oceans Department 
     22                 Government of Canada 
     23                 Mont-Joli, Canada 
     24                 Andre.Gosselin@dfo-mpo.gc.ca 
    2925 
    30 Latest version: 0.7-3 
    31 Date:  June 9 2008 
     26Latest version: 0.8 
     27Date:  July 1 2008 
    3228 
    3329pyhdf is a python wrapper around the NCSA HDF version 4 library. 
    3430The SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API's  
    3531are currently implemented. netCDF files can also be  
    36 read and modified.  Functionality of version 0.7-4 is same 
     32read and modified.  Functionality of version 0.8 is same 
    3733as 0.7-3, but it uses NumPy package rather than Numeric. 
     34Version 0.8 also incorporates a parser for ODL (Object 
     35Description Language), a common format for the content 
     36of information in HDF files.  Note that the parser does 
     37not support the full ODL specification. 
    3838 
    39 Installation: 
     39 
     40INSTALLATION: 
     41 
    4042  To install, see file INSTALL. 
    4143 
    42 Documentation: 
     44 
     45DOCUMENTATION: 
     46 
    4347  For documentation, see the doc/ subdirectory: 
    4448    -pyhdf.HDF.txt  text format 
     
    5054    -pyhdf.V.txt    text format 
    5155    -pyhdf.V.html   html format 
     56Additional documentation on the HDF4 format can be 
     57found in the User Guide:  
     58http://hdf.ncsa.uiuc.edu/training/HDFtraining/UsersGuide/ 
    5259 
    53 Note that the documentation was totally produced using the 
    54 Python pydoc module. 
    5560 
    56 Examples
     61EXAMPLES
    5762 
    58   Example python programs using the pyhdf package 
    59   can be found inside the examples/ subdirectory. 
     63Example python programs using the pyhdf package 
     64can be found inside the examples/ subdirectory. 
    6065 
    61 Please report all bugs and problems to the author at the 
     66 
     67FINAL NOTES: 
     68 
     69Please report all bugs and problems to the maintainer at the 
    6270address given above. 
    6371 
    64 Following people helped improve pyhdf by reporting bugs and making 
    65 suggestions. Authors want to thank
     72Following people helped improve pyhdf by reporting bugs, making 
     73suggestions, updating code, and improving documentation. Thanks to
    6674  Richard.Andrews@esands.com 
     75  rkern@enthought.com 
    6776  Field.cady@gmail.com