1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: python-hdf4
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Testsuite: autopkgtest-pkg-pybuild
Section: python
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
libhdf4-dev,
libjpeg-dev,
pybuild-plugin-pyproject,
python3-all-dev,
python3-pytest <!nocheck>,
python3-numpy,
python3-setuptools,
python3-setuptools-scm,
zlib1g-dev
Standards-Version: 4.7.2
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/pyhdf
Package: python3-hdf4
Architecture: any
Depends: ${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/).
|