-
Notifications
You must be signed in to change notification settings - Fork 3
GDAL3.0 performances issue! #16
Comments
Command
Numbers
Note: The timing is calculated between time of line and time of the next line, so for example
The time difference is then located somewhere here https://github.com/OSGeo/gdal/blob/release/3.0/gdal/apps/gdalwarp_lib.cpp#L939-L1040 full logs: https://gist.github.com/vincentsarago/2c55d5154d352f10e85d09fe9008e365 Note: GDAL 2.4 and GDAL3.0 Alpine give almost the same result, so I don't think we can say the libraries version (curl, nghttp2 ...) can be the cause. |
ref OSGeo/PROJ#1721
|
Starting in #10, we found a huge performance downgrade when doing reprojection (Warp) of dataset.
As pointed in #10 (comment) and #10 (comment) this only happens in the containers we are building (the performance in gdal official images are fine).
To Do
The text was updated successfully, but these errors were encountered: