ghislainv / forestatrisk

📦🐍 Python package to model and forecast the risk of deforestation
https://ecology.ghislainv.fr/forestatrisk
GNU General Public License v3.0
116 stars 27 forks source link

change gdal dependency to pygdal ? #76

Closed 12rambau closed 1 year ago

12rambau commented 2 years ago

https://github.com/ghislainv/forestatrisk/blob/20d077f522f2f7e039fa1106c3429bb07e71ad60/setup.py#L80

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)