Changeset 1075
- Timestamp:
- 07/01/08 09:49:05 (3 months ago)
- Files:
-
- trunk/pyhdf/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pyhdf/README
r1054 r1075 1 # $Id: README,v 1.5 200 8/06/23 EnthoughtExp $1 # $Id: README,v 1.5 2004/08/02 17:04:38 gosselin Exp $ 2 2 # $Log: README,v $ 3 #4 # Revision 1.6 Enthought5 # pyhdf-0.7-46 #7 3 # Revision 1.5 2004/08/02 17:04:38 gosselin 8 4 # pyhdf-0.7-2 … … 16 12 # Revision 1.1 2004/08/02 14:45:56 gosselin 17 13 # Initial revision 18 #19 14 20 Maintainer: Enthough, Inc.21 Austin, TX22 enthought-dev@mail.enthought.com15 Maintainer: Enthough, Inc. 16 Austin, TX 17 enthought-dev@mail.enthought.com 23 18 24 19 Original 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 29 25 30 Latest version: 0. 7-331 Date: Ju ne 9200826 Latest version: 0.8 27 Date: July 1 2008 32 28 33 29 pyhdf is a python wrapper around the NCSA HDF version 4 library. 34 30 The SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API's 35 31 are currently implemented. netCDF files can also be 36 read and modified. Functionality of version 0. 7-4is same32 read and modified. Functionality of version 0.8 is same 37 33 as 0.7-3, but it uses NumPy package rather than Numeric. 34 Version 0.8 also incorporates a parser for ODL (Object 35 Description Language), a common format for the content 36 of information in HDF files. Note that the parser does 37 not support the full ODL specification. 38 38 39 Installation: 39 40 INSTALLATION: 41 40 42 To install, see file INSTALL. 41 43 42 Documentation: 44 45 DOCUMENTATION: 46 43 47 For documentation, see the doc/ subdirectory: 44 48 -pyhdf.HDF.txt text format … … 50 54 -pyhdf.V.txt text format 51 55 -pyhdf.V.html html format 56 Additional documentation on the HDF4 format can be 57 found in the User Guide: 58 http://hdf.ncsa.uiuc.edu/training/HDFtraining/UsersGuide/ 52 59 53 Note that the documentation was totally produced using the54 Python pydoc module.55 60 56 E xamples:61 EXAMPLES: 57 62 58 Example python programs using the pyhdf package59 can be found inside the examples/ subdirectory.63 Example python programs using the pyhdf package 64 can be found inside the examples/ subdirectory. 60 65 61 Please report all bugs and problems to the author at the 66 67 FINAL NOTES: 68 69 Please report all bugs and problems to the maintainer at the 62 70 address given above. 63 71 64 Following people helped improve pyhdf by reporting bugs andmaking65 suggestions . Authors want to thank:72 Following people helped improve pyhdf by reporting bugs, making 73 suggestions, updating code, and improving documentation. Thanks to : 66 74 Richard.Andrews@esands.com 75 rkern@enthought.com 67 76 Field.cady@gmail.com
