ghislainv/forestatrisk

change gdal dependency to pygdal ?

12rambau opened this issue · 0 comments

install_requires=["earthengine-api", "gdal", "numpy", "matplotlib",

You define as a dependency gdal which is the worst possible neighbore in a python environment. What would you say if instead we use the saythised ersion of it: pygdal ?

I don't know what gdal is used for but if it's possible to get fully rid of it it's even better (it's embeded in the wheel of rasterio, rioxarray, geopandas)