|
Is there any way to create a file that does not use the HDF5 default file space strategy? In the HDF5 library, you would use the set_file_space_strategy to adjust file creation properties passed to H5Fcreate. |
Replies: 6 comments 7 replies
|
There is not currently a pass-through to this function in the HDF5 API, but that might be in part because you are (as far as I know) the first, or one of the first, who has asked for it. At the very least, it's not a commonly requested feature. It's not out of the question (at first reading) that we might be able to add such a method, but it would take some consideration to make sure no unintended consequences are being overlooked. |
|
I am pretty sure this is the first time I have seen this request. |
|
Is this a feature only for S3 files? Or does it do something for other netCDF files as well? I read the docs but it wasn't clear to me what this would be used for - what is the benefit? |
|
Nice use of the word "curate" :-) |
|
This would be very useful indeed, the main benefit is that it will speed up access to files hosted in the cloud (AWS, Google, Azure) so not only S3. Related: earthaccess-dev/earthaccess#251 |
|
Still no way to set https://guide.cloudnativegeo.org/cloud-optimized-netcdf4-hdf5/#cloud-optimized-hdfnetcdf-checklist |
There is not currently a pass-through to this function in the HDF5 API, but that might be in part because you are (as far as I know) the first, or one of the first, who has asked for it. At the very least, it's not a commonly requested feature. It's not out of the question (at first reading) that we might be able to add such a method, but it would take some consideration to make sure no unintended consequences are being overlooked.