SCOPEinR
The full coupled model:
reflectance, SIF and photosynthetic capacity.
SCOPEinR runs the full SCOPE 2.1 forward model in one simulation: leaf optics, canopy
radiative transfer, energy balance, photosynthesis and chlorophyll fluorescence, coupled
together rather than run separately. Ported line-for-line to Python
(scopeinpython) and cross-checked against the R original.
Twelve R tutorials, plus SCOPE's slice of the shared Python path
The R side is twelve standalone SCOPEinR pkgdown articles (t00–t11),
grouped below by theme: getting started and the input structure, energy balance and
fluorescence, LUTs and parallel runs, then inversion, sensitivity and the real-Sentinel-2
capstone. The Python side is different — toolsrtm and
scopeinpython share one continuous 20-chapter learning path, and SCOPE gets
one dedicated chapter (06) plus its own package-tagged code examples and real-EO capstone;
the rest of that shared path (leaf/canopy/soil models, inversion, spatial application) is
mostly ToolsRTM material, covered on the ToolsRTM hub.
R Tutorials
12 rendered pkgdown articles: getting started, energy balance, fluorescence, LUTs, inversion.
12 tutorialsPython Tutorials
SCOPE's chapter of the shared Python path, plus package-tagged code examples and the real-EO capstone.
1 chapter + examplesFunction Explorer
Interactive map of every real SCOPEinR/scopeinpython function — workflow, network graph, code examples.
25 functionsSCOPE's Options Table
Every switch that changes what a run computes.
Getting Started with SCOPEinR
A first coupled simulation, start to finish.
Soil, Canopy BRDF, and the SCOPE Input Structure
What every input table actually feeds.
Energy Balance Basics
Leaf/soil temperature and stomatal conductance, converged.
Fluorescence (SIF)
Where the emitted SIF spectrum comes from.
Building SCOPE LUTs
SCOPE-specific parameter sampling.
Large-Scale and Parallel SCOPE Runs
A LUT run across many cores.
End-to-End SCOPE Pipeline
LUT to output, as one pipeline.
Sensitivity: Direct vs. Indirect Trait Effects
Reflectance sensitivity to Vcmax25.
Hybrid Inversion from SCOPE Reflectance
Retrieving traits from SCOPE-simulated reflectance.
Does SIF Add Information About Photosynthesis?
Testing SIF as a GPP proxy.
Capstone: ML Inversion of Net Photosynthesis, Real Sentinel-2
Real Sentinel-2 imagery over Speulderbos.
SCOPEinR (R package)
Source of the R package itself.
scopeinpython (Python package)
Source of the Python port.
Apps/SCOPE
Standalone Shiny app: full SCOPE reflectance, fluorescence and radiance simulator.
Scripts/R/ForSCOPE
Standalone SCOPE scripts.
Scripts/R/Pipeline
SCOPE simulate → ML/DL inversion pipeline.
Scripts/Python/ForSCOPE_Python
The same scripts, in Python.