- Bug correction in
benchmark/defrate_per_class.py
due to missing classes when forecasting. - See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.3.1..v1.3.2
- Replace
gdal.TermProgress
withgdal.TermProgress_nocb
. - See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.3...v1.3.1
- Adding functions for the benchmark model.
- Update progress bar to mimic gdal outputs.
- Bug corrections.
- See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.2...v1.2.1
- Bug corrections.
- Set non-forest area as NoData in
set_defor_cat_zero.py
. - This version is used by the Qgis Deforisk plugin.
- Improving documentation.
- Bug corrections:
- Make sure that
fcc_file
is projected to compute distances. - Let the user set Agg backend for matplotlib when DISPLAY is not found.
- Close and join the pool execution in
makemap()
.
- Make sure that
- This version is running without issues in SEPAL.
- Removing unnecessary output files.
- First stable release.
- Parallel computation for
makemap()
. - Benchmark to estimate advantage of parallel computing.
- New tutorials on large jurisdictions (countries).
- Bug corrections:
- Correction of the annual deforestation rate formula.
- Correction of the validation step using maps at the start of the validation period.
- Correction of the final risk map at the end of the validation period.
- First alpha release of the package. Must be thoroughly tested.