- R 4.x
- Conda (Anaconda or Miniconda)
- Google Earth Engine account
git clone <repo-url>
cd forest-data-compilationIn R:
renv::restore()conda create -n rgee python=3.10
conda activate rgee
pip install earthengine-apiFind your Python path:
which python # while conda env is activeCreate .Renviron in the project root:
RETICULATE_PYTHON=/path/to/conda/envs/rgee/bin/python
earthengine authenticateRestart R, then:
source("scripts/00_setup.R")The unified dashboard requires Python packages. Install from the repo root:
pip install -r requirements.txtLaunch the dashboard:
streamlit run docs/dashboard/app.pyThe dashboard covers all datasets (IDS, TerraClimate, PRISM, WorldClim, FIA) with interactive schemas, pixel grid maps, and load code snippets.