You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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