locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
240 stars 46 forks source link

from pyrasterframes.utils import gdal_version print(gdal_version()) not available #481

Closed tieuthienvn1987 closed 3 years ago

tieuthienvn1987 commented 4 years ago

I installed gdal version 3.0.2

metasim commented 4 years ago

@tieuthienvn1987 Right now RasterFrames is only compatible with GDAL 2.4.x.

metasim commented 4 years ago

@tieuthienvn1987 Here's where the version requirements are in the manual, but probably wouldn't hurt for us to make this a bit more clear:

https://rasterframes.io/getting-started.html#installing-gdal-support

Do you need something in 3.0.2 or does this hold you for now? Would probably require a re-release of https://github.com/geotrellis/gdal-warp-bindings and https://github.com/locationtech/geotrellis

@pomadchin do you know which version of GDAL was used in 1.0.0 of gdal-warp-bindings. I know that if it was compiled with 2.x it is not forward compatible. Not sure about backwards compatibility.

metasim commented 3 years ago

Need to upgrade whole tool chain to GDAL 3.x