Closed appelmar closed 4 years ago
For now, the workaround for 1. is to set CPLSetConfigOption("OGR_CT_FORCE_TRADITIONAL_GIS_ORDER", "YES")
(see c24da710107f2b580170252f23e9529c281c7327).
For 2. a potential solution would be to add a wrapper for gdalwarp that calls GDALReprojectionTransform()
only once for every unique source SRS of relevant images.
Fixed in v0.3.0
Running gdalcubes with GDAL3 and proj6 currently shows some problems:
This issue aims at collecting further related problems and developing ideas how to solve these.