Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JVMGeoTiffRasterSource reads TiffTags for every tile #589

Open
echeipesh opened this issue Jul 26, 2022 · 1 comment
Open

JVMGeoTiffRasterSource reads TiffTags for every tile #589

echeipesh opened this issue Jul 26, 2022 · 1 comment
Labels
bug When it really isn't a "feature".

Comments

@echeipesh
Copy link
Contributor

Something in caching mechanism is going wrong and resulting in the file TiffTags being read for every tile. Attached is a CPU sample of a RasterFrames job that highlights the problem. This is also evident in overall runtime of the job as compared to using GDAL RasterSource.

Screen Shot 2022-06-27 at 3 35 33 PM

@echeipesh echeipesh added the bug When it really isn't a "feature". label Jul 26, 2022
@pomadchin
Copy link
Member

Can it cache it with the lazy val inside being not evaluated and never updated later?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug When it really isn't a "feature".
Projects
None yet
Development

No branches or pull requests

2 participants