ppc64le/linux/: pyhdf-0.11.6 metadata and description

Simple index

Python interface to the NCSA HDF4 library

author_email Andre Gosselin <[email protected]>, "Travis E. Oliphant" <[email protected]>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Science/Research
  • Intended Audience :: Developers
  • License :: OSI Approved
  • Programming Language :: C
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Topic :: Software Development
  • Topic :: Scientific/Engineering
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Operating System :: Unix
  • Operating System :: MacOS
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic license-file
keywords hdf4,netcdf,numpy,python,pyhdf
license MIT License
license_file AUTHORS
maintainer_email Fazlul Shahriar <[email protected]>
project_urls
  • Homepage, https://github.com/fhs/pyhdf
requires_dist
  • numpy
File Tox results History
pyhdf-0.11.6-cp310-cp310-linux_ppc64le.whl
Size
407 KB
Type
Python Wheel
Python
3.10
pyhdf-0.11.6-cp311-cp311-linux_ppc64le.whl
Size
350 KB
Type
Python Wheel
Python
3.11
pyhdf-0.11.6-cp312-cp312-linux_ppc64le.whl
Size
350 KB
Type
Python Wheel
Python
3.12
pyhdf-0.11.6-cp313-cp313-linux_ppc64le.whl
Size
416 KB
Type
Python Wheel
Python
3.13
pyhdf-0.11.6-cp39-cp39-linux_ppc64le.whl
Size
348 KB
Type
Python Wheel
Python
3.9

Tests Pypi build Anaconda-Server Badge

pyhdf

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. It supports both Python 2 and Python 3.

Note: The sourceforge pyhdf website and project are out-of-date. The original author of pyhdf have abandoned the project and it is currently maintained in github.

Version 0.9.x was called python-hdf4 in PyPI because at that time we didn't have access to the pyhdf package in PyPI. For version 0.10.0 and onward, please install pyhdf instead of python-hdf4.

Installation

See pyhdf installation instructions or doc/install.rst.

Documentation

See pyhdf documentation.

Additional documentation on the HDF4 format can be found in the HDF4 Support Page.

Examples

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