heroku / heroku-geo-buildpack

0 stars 2 forks source link

Add support for GDAL 3.5.0 #37

Closed edmorley closed 2 years ago

edmorley commented 2 years ago

The default GDAL version remains unchanged for now, so apps wanting to use newer GDAL will need to set the env var GDAL_VERSION to 3.5.0 (and also likely set PROJ_VERSION to a newer version too, eg 8.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.

edmorley commented 2 years ago

s/GEOS/GDAL/ -- the names are too similar!

caspervg commented 2 years ago

Is it possible to also add support for GDAL 3.4.1 (which is the default for Ubuntu 22 I believe)?

edmorley commented 2 years ago

Hi! Out of curiosity, what's the use-case for needing 3.4.1? This buildpack doesn't use the GDAL packages from Ubuntu.