diff options
author | PaulKinsler <dr.paul@kinsler.org> | 2019-07-05 22:47:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-05 22:47:46 +0700 |
commit | ad296a4e94f5ad1a709737b787a74db24d4a4d41 (patch) | |
tree | 22167cd31706d188d016d98f928d6819d1ecdaa1 /academic/h5utils/README | |
parent | e6588776f512e380dc2320d0aeccb288c3154097 (diff) |
academic/h5utils: Added (visualization and conversion of HDF5 data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/h5utils/README')
-rw-r--r-- | academic/h5utils/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/academic/h5utils/README b/academic/h5utils/README new file mode 100644 index 0000000000..3b0ed29af6 --- /dev/null +++ b/academic/h5utils/README @@ -0,0 +1,9 @@ +H5utils is is a set of utilities for visualization and +conversion of scientific data in the free, portable HDF5 +format. Besides providing a simple tool for batch +visualization as PNG images, h5utils also includes +programs to convert HDF5 datasets into the formats +required by other free visualization software (e.g. +plain text, Vis5d, and VTK). + +Optional dependencies: libmatheval, octave, hdf, and perhaps Vis5d. |