Status of GDAL 3.1 Support?


Herzmann, Daryl E [AGRON]
 

Howdy,

I am curious about rasterio's current GDAL version support? Presently, my conda environment is pinned down to GDAL < 3.1

https://github.com/conda-forge/rasterio-feedstock/pull/171#issuecomment-678631972

As I search around on rasterio's github, I find this PR which seems to pass tests against newer GDALs?

https://github.com/mapbox/rasterio/pull/1987

Is there some GH issue tracking GDAL 3.1 support or should 1.1.5 rasterio work with GDAL 3.1?

thanks!
daryl


Sean Gillies
 

Hi Daryl,

On Mon, Sep 7, 2020 at 6:01 AM Herzmann, Daryl E [AGRON] <akrherz@...> wrote:
Howdy,

I am curious about rasterio's current GDAL version support?  Presently, my conda environment is pinned down to GDAL < 3.1

https://github.com/conda-forge/rasterio-feedstock/pull/171#issuecomment-678631972

As I search around on rasterio's github, I find this PR which seems to pass tests against newer GDALs?

https://github.com/mapbox/rasterio/pull/1987

Is there some GH issue tracking GDAL 3.1 support or should 1.1.5 rasterio work with GDAL 3.1?

thanks!
daryl

We're testing rasterio's trunk against GDAL 3.1.2 here: https://travis-ci.org/github/mapbox/rasterio. We are not currently checking the 1.1.x branch, but in my experience there are no problems. I have rasterio 1.1.5, GDAL 3.1.2, and PROJ 7.1.0 in production.

--
Sean Gillies