Skip to content

forestatrisk v1.2

Latest
Compare
Choose a tag to compare
@ghislainv ghislainv released this 19 Jun 23:01
· 18 commits to master since this release
  • Removing dependencies to Earth Engine API and RClone which were used to interact with Google Earth Engine and Google Drive to compute and download forest and WHRC biomass data.
  • Removing functions run_gee_forest() (and alias country_forest_run()), download_forest(), and dependencies.
  • Removing functions run_gee_biomass_whrc(), download_biomass_whrc(), and dependencies.
  • Package geefcc can now be used to compute and download forest from GEE.
  • Adding dependency to geefcc.
  • Upgrading GADM to v4.1.
  • New Python API doc on website.
  • Modifying random forest to accept number of trees and max depth.
  • Update progress bar to mimic gdal progress.
  • Compatibility with Python >= 3.12 and Numpy >= 1.23
  • Several other improvements and bug corrections: v1.1.3...v1.2