Closed edmorley closed 2 years ago
s/GEOS/GDAL/
-- the names are too similar!
Is it possible to also add support for GDAL 3.4.1 (which is the default for Ubuntu 22 I believe)?
Hi! Out of curiosity, what's the use-case for needing 3.4.1? This buildpack doesn't use the GDAL packages from Ubuntu.
The default GDAL version remains unchanged for now, so apps wanting to use newer GDAL will need to set the env var
GDAL_VERSION
to3.5.0
(and also likely setPROJ_VERSION
to a newer version too, eg8.2.1
).When updating to this version, you will need to make sure any packages that depend on it (eg the GDAL Python package) are updated to a matching/compatible version.
For changes, see: https://github.com/OSGeo/gdal/blob/v3.5.0/NEWS.md
Closes #28. Closes #30. GUS-W-10346751.