Function Reference: H5D.get_space

dl>
: space_id = H5D.get_space (dataset_id)

Make a copy of the dataspace of the dataset specified by dataset_id.

Parameters:

dataset_idIdentifier of a dataset

Description:

The dataspace identifier returned from this function must be released with H5S.close or resource leaks will develop. See original function at https://portal.hdfgroup.org/display/HDF5/H5D_GET_SPACE.

See also: H5S.close

Source Code: H5D.get_space