File: control

package info (click to toggle)
h5utils 1.12.1-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 944 kB
  • ctags: 172
  • sloc: ansic: 3,377; sh: 1,110; cpp: 61; makefile: 57
file content (38 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download
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: h5utils
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               hdf5-tools,
               libhdf5-dev,
               libhdf4-dev,
               libmatheval-dev,
               libpng-dev,
               zlib1g-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/h5utils.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/h5utils.git
Homepage: http://ab-initio.mit.edu/h5utils/

Package: h5utils
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: hdf5-tools
Suggests: octave
Description: HDF5 files visualization tools
 HDF5 (Hierarchical Data Format 5) is a file format for storing
 scientific data. These tools allow converting other formats to
 HDF5 and to visualize HDF5 files. They include:
  - h5topng, which extracts a 2d slice of an HDF5 file and
    outputs a corresponding image in PNG format;
  - h5totxt, which extracts 2d slices and outputs comma-delimited
    text (suitable for import into a spreadsheet);
  - h5fromtxt, which converts simple text input into
    multi-dimensional numeric HDF5 datasets;
  - h5fromh4, which converts HDF4 data to HDF5;
  - h5tovtk, which converts HDF5 files to VTK files for
    visualization with VTK-aware programs;