h4fromh5(1) | h4fromh5(1) |
h4fromh5 - convert HDF5 scientific dataset to an HDF4 file
h4fromh5
[OPTIONS] [HDF5-FILES]
h4fromh5 takes one or more files in HDF5 format and outputs files in HDF4 format containing the datasets from the HDF5 files. (Currently, only a single dataset per HDF5 file is converted.)
HDF4 and HDF5 are free, portable binary formats and supporting libraries developed by the National Center for Supercomputing Applications at the University of Illinois in Urbana-Champaign.
A single h5 file can contain multiple data sets; by default, h4fromh5 converts the first dataset, but this can be changed via the -d option, or by using the syntax HDF5FILE:DATASET.
The most basic usage is something like ’h4fromh5 foo.h5’, which will output a file foo.hdf containing the scientific dataset from foo.h5.
Send bug reports to S. G. Johnson, stevenj@alum.mit.edu.
Written by Steven G. Johnson. Copyright (c) 2005 by the Massachusetts Institute of Technology.
22 May 2016 |