EnglishFrenchSpanish

Ad


OnWorks favicon

h5unjam - Online in the Cloud

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

This is the command h5unjam 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


h5unjam - Extract the user block from a HDF5 file

SYNOPSIS


h5unjam -i in_file.h5 [-u user_block | --delete] [-o out_file.h5]

DESCRIPTION


h5unjam splits an HDF5 file, writing the user block to a file or stdout and the HDF5 file
to an HDF5 file with a header at byte 0 (i.e., with no user block).

If out_file.h5 is given, a new file is created with the in_file.h5 without the user block.
In this case, infile.h5 is unchanged.

If out_file.h5 is not specified, the user_block is removed and in_file.h5 is rewritten,
starting at byte 0.

If user_block is set, the user block will be written to user_block. If user_block is not
set, the user block (if any) will be written to stdout. If --delete is selected, the user
block will not be not written.

EXAMPLE USAGE


For an HDF5 file, with_ub.h5, with a user block, extract the user block to user_block.txt
and the HDF5 file to wo_ub.h5.

h5unjam -i with_ub.h5 -u user_block.txt -i wo_ub.h5

RETURN VALUE


h5unjam returns the size of the output file, or -1 if an error occurs.

CAVEATS


This tool copies all the data (sequentially) in the file(s) to new offsets. For a large
file, this copy will take a long time.

The most efficient way to create a user block is to create the file with a user block (see
H5Pset_user_block), and write the user block data into that space from a program.

The user block is completely opaque to the HDF5 library and to the h5jam and h5unjam
tools. The user block is simply read or written as a string of bytes, which could be text
or any kind of binary data. It is up to the user to know what the contents of the user
block means and how to process it.

When the user block is extracted, all the data is written to the output, including any
padding or unwritten data.

This tool moves the HDF5 file through byte copies, i.e., it does not read or interpret the
HDF5 objects.

Use h5unjam online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad