Amount of free space in file
free_space = H5F.get_freespace(file_id)
free_space = H5F.get_freespace(file_id) returns the amount of space that is unused by any objects in the file specified by file_id.
file_id