Skip to content

Commit 2430cfd

Browse files
Merge pull request #142 from cloudnativegeo/fix/hdf5_page_buffer_size_doc_link
fix link
2 parents e61a1b7 + 87288b0 commit 2430cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-optimized-netcdf4-hdf5/index.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ For example, the following library defaults will impact performance and may be i
139139

140140
* HDF5 library:
141141
* **Chunk cache:** The size of the HDF5's chunk cache by default is 1MB. This value is configurable. Chunks that don't fit into the chunk cache are discarded and must be re-read from the storage location each time. See also: [Improve HDF5 performance using caching](https://www.hdfgroup.org/2022/10/17/improve-hdf5-performance-using-caching/) and [h5py documentation: Chunk cache](https://docs.h5py.org/en/stable/high/file.html#chunk-cache).
142-
* **Page buffer size:** The [H5Pset_page_buffer_size](https://hdfgroup.github.io/hdf5/develop/group___f_a_p_l.html#title89) and [the page_buf_size argument to h5py.File](https://docs.h5py.org/en/stable/high/file.html) should match up with the page size to optimize reading the data in pages.
142+
* **Page buffer size:** The [H5Pset_page_buffer_size](https://support.hdfgroup.org/documentation/hdf5/latest/group___f_a_p_l.html#ga8008cddafa81bd1ddada23f6d9a161ca) and [the page_buf_size argument to h5py.File](https://docs.h5py.org/en/stable/high/file.html) should match up with the page size to optimize reading the data in pages.
143143
* S3FS library: The S3FS library is a popular library for accessing data on AWS's cloud object storage S3. It has a default block size of 5MB ([S3FS API docs](https://s3fs.readthedocs.io/en/stable/api.html#s3fs.core.S3FileSystem)).
144144
* Additional guidance on h5py, fsspec, and ROS3 libraries for creating and reading HDF5 can be found in @jelenak2024.
145145

0 commit comments

Comments
 (0)