File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020- Refactors eoapi-support into core eoapi chart [ #262 ] ( https://github.com/developmentseed/eoapi-k8s/pull/262 )
2121- Make integration tests fail properly
22+ - Temporarily skip VRT driver in GDALg to avoid https://github.com/OSGeo/gdal/issues/12645
2223
2324## [ 0.7.13] - 2025-11-04
2425
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ raster:
295295 GDAL_HTTP_MERGE_CONSECUTIVE_RANGES : " YES"
296296 GDAL_HTTP_MULTIPLEX : " YES"
297297 GDAL_HTTP_VERSION : " 2"
298+ GDAL_SKIP : " VRT" # skip VRT driver to avoid https://github.com/OSGeo/gdal/issues/12645
298299 PYTHONWARNINGS : " ignore"
299300 VSI_CACHE : " TRUE"
300301 VSI_CACHE_SIZE : " 5000000" # 5 MB (per file-handle)
You can’t perform that action at this time.
0 commit comments