rasterframes icon indicating copy to clipboard operation
rasterframes copied to clipboard

GDAL not available with rasterframes

Open arind123 opened this issue 2 years ago • 1 comments

I have a installation of GDAL. "from osgeo import gdal" works perfectly but when I try to run from pyrasterframes.utils import gdal_version print(gdal_version()) I get "not available" as output. I am running this in Databricks. Is there any working solution to this issue.

arind123 avatar May 08 '23 11:05 arind123

Hey @arind123, this is a dup issue in some sense, see https://github.com/locationtech/rasterframes/issues/605

You'd need to set a proper LD_LIBRARY_PATH as well as the correct GDAL version installed (at least to have a properly symlinked .so)

pomadchin avatar May 08 '23 12:05 pomadchin