performance impact of GDAL3.2 / PROJ7.1 #216
vincentsarago
started this conversation in
General
Replies: 1 comment 1 reply
-
👋 I'm still working on this. For now we have decided to pin rasterio==1.1.8 in the docker images #242 The problem doesn't come from rasterio but from GDAL 3.2 or more from PROJ 7. From what I can see, the performance is worse, only when we need to do reprojection ... which is why I think this comes from PROJ. Notes:
BenchTo replicate the tiling process, we can use Files
tile: GDAL config:
CENTOS (lambgeo/lambda-gdal:3.2-python3.8)
CENTOS (lambgeo/lambda-gdal:2.4-python3.8)
ALPINE (osgeo/gdal:alpine-ultrasmall-latest)
Ubuntu (osgeo/gdal:ubuntu-small-3.2.1)
refs:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in cogeotiff/rio-tiler#346 we are noticing some performance issues when using the latest rasterio wheels (built with GDAL3.2 and PROJ7.1). When trying to set PROJ_NETWORK=OFF I couldn't see any change locally.
For now I would advise to use rasterio==1.1.8 (installed from wheels) or to use GDAL 2.4.
cc @kylebarron @geospatial-jeff
Beta Was this translation helpful? Give feedback.
All reactions