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

First implementation with xee #86

Closed thomasarsouze closed 4 months ago

thomasarsouze commented 5 months ago

Modifying the step of the getting forest cover data (run_gee_forest / country_forest_run functions). Instead of doing all the calculation on GEE and save it on Google Drive (with subsequent need to configure Rclone), we use the xee framework to save it directly on local computer.