forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HDF5: improve performance of band IRasterIO() on hyperspectral products
Currently running gdalcompare.py on a hyperspectral HDF5 product with bands=424, height=501, width=600 and band_chunk_size=27, height_chunk_size=32, width_chunk_size=38 takes more than one hour. With this optimization, this takes 15 seconds.
- Loading branch information
Showing
3 changed files
with
507 additions
and
46 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.