Skip to content
forked from fhs/pyhdf

Python wrapper around the NCSA HDF version 4 library

License

Notifications You must be signed in to change notification settings

bmagill1250/python-hdf4

 
 

Repository files navigation

Overview

python-hdf4 is a fork of pyhdf with some improvements:

  • Removes use of deprecated numpy API
  • Adds support for Python 3, while keeping compatibility with Python 2.
  • Sphinx documentation
  • Planned: unit tests

python-hdf4 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.

Installation

To install, see file INSTALL.rst.

Documentation

For documentation, see http://fhs.github.io/python-hdf4/

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.

About

Python wrapper around the NCSA HDF version 4 library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 50.3%
  • C 48.8%
  • Shell 0.9%