-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 5 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. |
Beta Was this translation helpful? Give feedback.
-
I am pretty sure this is the first time I have seen this request. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
Nice use of the word "curate" :-) |
Beta Was this translation helpful? Give feedback.
-
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: nsidc/earthaccess#251 |
Beta Was this translation helpful? Give feedback.
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.