EnglishFrenchSpanish

Ad


OnWorks favicon

h5repack - Online in the Cloud

Run h5repack in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command h5repack that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


h5repack - Copy an HDF5 file to a new file with or without compression/chunking

SYNOPSIS


h5repack -i file1 -o file2 [-h] [-v] [-f ´filter´] [-l ´layout´] [-m number] [-e file]

DESCRIPTION


h5repack is a command line tool that applies HDF5 filters to a input file file1, saving
the output in a new file, file2.

´filter´ is a string with the format <list of objects> : <name of filter> = <filter
parameters>.

<list of objects> is a comma separated list of object names meaning apply compression only
to those objects. If no object names are specified, the filter is applied to all objects.

<name of filter> can be:
GZIP, to apply the HDF5 GZIP filter (GZIP compression)
SZIP, to apply the HDF5 SZIP filter (SZIP compression)
SHUF, to apply the HDF5 shuffle filter
FLET, to apply the HDF5 checksum filter
NONE, to remove the filter

<filter parameters> contains the optional compression information:
SHUF (no parameter)
FLET (no parameter)
GZIP=<deflation level> from 1-9
SZIP=<pixels per block,coding> (pixels per block is a even number in 2-32 and coding
method is 'EC' or 'NN')

´layout´ is a string with the format
<list of objects> : <layout type>

<list of objects> is a comma separated list of object names, meaning that layout
information is supplied for those objects. If no object names are specified, the layout is
applied to all objects.

<layout type> can be:
CHUNK, to apply chunking layout
COMPA, to apply compact layout
CONTI, to apply continuous layout

<layout parameters> is present for the chunk case only it is the chunk size of each
dimension: <dim_1 x dim_2 x ... dim_n>

OPTIONS


file1,file2
The input and output HDF5 files

-h Print a help message

-f filter
Filter type

-l layout
Layout type

-v Verbose mode. Print output (list of objects in the file, filters and layout
applied).

-e file
File with the -f and -l options (only filter and layout flags)

-d delta
Print only differences that are greater than the limit delta. delta must be a
positive number. The comparison criterion is whether the absolute value of the
difference of two corresponding values is greater than delta (e.g., |a-b| > delta,
where a is a value in file1 and b is a value in file2).

-m number
Do not apply the filter to objects which size in bytes is smaller than number. If
no size is specified a minimum of 1024 bytes is assumed.

EXAMPLES


Apply GZIP compression to all objects in file1 and save the output in file2:

h5repack -i file1 -o file2 -f GZIP=1 -v

Apply SZIP compression only to object ´dset1´:

h5repack -i file1 -o file2 -f dset1:SZIP=8,NN -v

Apply a chunked layout to objects ´dset1´ and ´dset2´:

h5repack -i file1 -o file2 -l dset1,dset2:CHUNK=20x10 -v

Use h5repack online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 2
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 3
    Sequelize
    Sequelize
    Sequelize is a promise-based Node.js
    ORM for Postgres, MySQL, MariaDB, SQLite
    and Microsoft SQL Server. It features
    solid transaction support, relations,
    eager...
    Download Sequelize
  • 4
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 5
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 6
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • 7
    libusb
    libusb
    Library to enable user space
    application programs to communicate with
    USB devices. Audience: Developers, End
    Users/Desktop. Programming Language: C.
    Categories...
    Download libusb
  • More »

Linux commands

  • 1
    4s-cluster-createJ
    4s-cluster-createJ
    4s-cluster-create � Create a KB on the
    cluster. ...
    Run 4s-cluster-createJ
  • 2
    4s-cluster-destroyJ
    4s-cluster-destroyJ
    4s-cluster-destroy � Delete the KB from
    a cluster. ...
    Run 4s-cluster-destroyJ
  • 3
    cpan2distp
    cpan2distp
    cpan2dist - The CPANPLUS distribution
    creator DESCRIPTION: This script will
    create distributions of "CPAN" modules
    of the format you specify, including its
    pre...
    Run cpan2distp
  • 4
    cpan2doapp
    cpan2doapp
    cpan2doap - generate DOAP data from a
    CPAN distribution's root directory
    SYNPOSIS: cpan2doap [options]
    DESCRIPTION: The cpan2doap command
    generates DOAP data i...
    Run cpan2doapp
  • 5
    g15ladi
    g15ladi
    laditools - tools to control and
    monitor LADI (JACK and ladish) systems ...
    Run g15ladi
  • 6
    g15macro
    g15macro
    g15macro - A simple Macro
    recording/playback application for
    G15Daemon DESCRIPTION: This package
    provides a way to record, playback and
    display keyboard macro ...
    Run g15macro
  • More »

Ad