Write Array with extending dataset

Hello,

I am writing an array of unsigned integers to HDF5 dataset.

Before writing to a dataset, I extend the dimensions of the same.

But, the H5Dwrite fails with exception "File Selection + Offset Not within
Extent".

Any Ideas???

···

-----
Best Regards,
Santosh
--
View this message in context: http://hdf-forum.184993.n3.nabble.com/Write-Array-with-extending-dataset-tp1779750p1779750.html
Sent from the hdf-forum mailing list archive at Nabble.com.

First things first, I need to enable Chunking first without which HDF5 will
not allow me to alter dimensions of dataset. And hence, the error.... Solved
and program is working fine...:slight_smile:

···

-----
Best Regards,
Santosh
--
View this message in context: http://hdf-forum.184993.n3.nabble.com/Write-Array-with-extending-dataset-tp1779750p1923292.html
Sent from the hdf-forum mailing list archive at Nabble.com.