H5D.get_space
Make a copy of the dataspace of the dataset specified by dataset_id.
Parameters:
dataset_id | Identifier 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