| 1 |
Source: h5utils
|
| 2 |
Section: science
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
|
| 5 |
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 7), libhdf5-serial-dev (>= 1.8.3), libz-dev, libpng-dev, hdf5-tools,
|
| 7 |
libhdf4-dev, libmatheval1-dev, octave3.2-headers, quilt
|
| 8 |
Standards-Version: 3.8.4
|
| 9 |
Homepage: http://ab-initio.mit.edu/h5utils/
|
| 10 |
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/h5utils/trunk/
|
| 11 |
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/h5utils/trunk
|
| 12 |
|
| 13 |
Package: h5utils
|
| 14 |
Architecture: any
|
| 15 |
Depends: ${shlibs:Depends}
|
| 16 |
Recommends: hdf5-tools
|
| 17 |
Description: HDF5 files visualization tools
|
| 18 |
HDF5 (Hierarchical Data Format 5) is a file format for storing
|
| 19 |
scientific data. These tools allow to convert other formats to
|
| 20 |
HDF5 and to visualize HDF5 files. They include:
|
| 21 |
- h5topng, which extracts a 2d slice of an HDF5 file and
|
| 22 |
outputs a corresponding image in PNG format;
|
| 23 |
- h5totxt, which extracts 2d slices and outputs comma-delimited
|
| 24 |
text (suitable for import into a spreadsheet);
|
| 25 |
- h5fromtxt, which converts simple text input into
|
| 26 |
multi-dimensional numeric HDF5 datasets;
|
| 27 |
- h5fromh4, which converts HDF4 data to HDF5;
|
| 28 |
- h5tovtk, which converts HDF5 files to VTK files for
|
| 29 |
visualization with VTK-aware programs;
|
| 30 |
- h5read, a plugin for the Octave numerical language.
|