Source: python-hdf4 Maintainer: Debian GIS Project Uploaders: Antonio Valentino Section: python Priority: optional Rules-Requires-Root: no Build-Depends: debhelper-compat (= 12), dh-python, libhdf4-alt-dev, libjpeg-dev, pybuild-plugin-pyproject, python3-all-dev, python3-pytest, python3-numpy, python3-setuptools, zlib1g-dev Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-hdf4 Vcs-Git: https://salsa.debian.org/debian-gis-team/python-hdf4.git Homepage: https://github.com/fhs/python-hdf4 Package: python3-hdf4 Architecture: any Depends: python3-numpy, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Python-HDF4: Python interface to the NCSA HDF4 library The Python-HDF4 package wraps the functionality of the NCSA HDF version 4 library inside a Python OOP framework. The SD (scientific dataset), VS (Vdata) and V (Vgroup) APIs are currently implemented. SD datasets are read/written through numpy arrays. NetCDF files can also be read and modified with Python-HDF4. . This package is a fork of pyhdf (http://pysclint.sourceforge.net/pyhdf/).