Skip to content

Commit bf14a5f

Browse files
authored
fix: Disable VRT support in TiTiler by default (#243)
1 parent 22f3210 commit bf14a5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

charts/eoapi/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)