-
Notifications
You must be signed in to change notification settings - Fork 4
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
GDAL upgrade to 3.8.0 #571
Comments
It would also help for working with signed bytes: #527 (comment) |
On dev, gdal 3.8.1: On Prod, gdal 3.7: So network received is drastically lower! |
Pixel shift is detected by unit tests, e.g.: |
The projection information was no longer returned, it seems that we need an explicit rebuild of GDALWarp: |
Simple code to spot the issue:
|
Logged downstream issue: |
done, based on a single batch job run, network bytes seem to be reduced by 50% |
👋 GT <= 3.7.0 does not fully support GDAL 3.7.x +, see locationtech/geotrellis#3538 GDAL Introduced Int8 cellType for the signed bytes. |
GDAL 3.8 has an important performance fix for reading via curl:
https://github.com/OSGeo/gdal/pull/8065/files
/vsicurl/: avoid the same region to be downloaded at the same time from concurrent threads (#8041)
The text was updated successfully, but these errors were encountered: