Cython is used to build C extensions that provide bindings against GDAL and additional optimizations for performant functions accessible from Python. cdef extern from "gdal_alg.h": int GDALPolygonize( ...
I have an issue with geopandas, the library added in the last update of a-Shell. More precisely, I have an issue with its dependency Fiona, specifically the sub-dependency GDAL, needed to support the ...