forestatrisk
forestatrisk copied to clipboard
📦🐍 Python package to model and forecast the risk of deforestation
`patsy` is a dependency of `forestatrisk`. `patsy` is not maintained anymore and has been replaced with `formulaic`. `patsy` should then be replaced by `formulaic` as a dependency for the `forestatrisk`...
I was trying to follow the steps in https://ecology.ghislainv.fr/forestatrisk/notebooks/get_started.html#1.-Data. I am confused about the Cell column in the sample.txt file generated. Also, what is the forest_t3.tif file used while prediction?...
I have been trying to replicate this methodology to my study area, and I have had a few challenges, and a help from you will be great. My challenge lies...
Hi @ghislainv could you please give me some help here? I'm totally stuck with this error. I've tried several alternatives and haven't been able to resolve it. Any tips will...
See this related issue #74.
In function emissions.py, there is a problem when setting NoData to zero. The NoData value in the raster has not the exact same value as the NoData value in the...
gadm server for `gadm3.6` seems to be down since few days (at least, I can't access it, from different locations and computers). `gadm4.1` seems to be ok though. Any reason...
`forestatrisk` currently uses `numpy.distutils` which is [now deprecated](https://numpy.org/doc/stable/reference/distutils_status_migration.html#distutils-status-migration) Follow the migration advice to get rid of it, and make `forestatrisk` work with `numpy>=1.23` and `python>=3.12`.
Due to a change in API and introduction of `geefcc` dependency, articles need to be updated.