h5LTopencreate_group()

Hello HDF5,

I am using hdf5 for all of my projects and its a great library!
Specially in combination with xdmf and paraview it is wonderfull :slight_smile:

To make the use of HDF5 much easier I would like to see a function like

h5LTopencreate_group(...)
聽聽(open a group or -if it does not exist-
聽聽聽create that group and its parents)

to become part of HDF5-Lite.

What do you think?

Greetings
Jens

路路路

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

Hi Jens,

路路路

On May 27, 2009, at 3:38 AM, Jens wrote:

Hello HDF5,

I am using hdf5 for all of my projects and its a great library!
Specially in combination with xdmf and paraview it is wonderfull :slight_smile:

To make the use of HDF5 much easier I would like to see a function like

h5LTopencreate_group(...)
聽聽(open a group or -if it does not exist-
聽聽聽create that group and its parents)

to become part of HDF5-Lite.

What do you think?

聽聽It's not part of the H5LT interface, but there is a low-level API routine in the 1.8.x releases which does what you want: H5Pset_create_intermediate_group.

聽聽Quincey