LESS¶
3D Radiative Transfer Model
Version 3.0.0rc1
Welcome to LESS - 3D radiative transfer model supporting CPU, NVIDIA OptiX and cross-vendor Vulkan GPU.
This tutorial will start from basic concepts and guide you from shallow to deep using the less3d Python package to complete various remote sensing simulation tasks. LESS can run all public simulation functions on a regular CPU, compatible cross-vendor GPU or NVIDIA GPU. The three backends use the same set of API and result formats; the default Scene() selects the available backends based on the current machine. All examples use built-in sample data and require no additional downloads.
If you have any questions, please contact jianboqi@126.com
Preparation¶
- 01 - LESS model introduction
- 02 - Installation and environment configuration
- 03 - Coordinate system and scene geometry
- 04 - Core concept
Basic simulation¶
- 05 - First Simulation: Bare Earth RGB Image
- 06 - Terrain and optical properties
- 07 - Construct forest scene
- 08 - Construct farmland scene
- 08b - Advanced settings for statistical vegetation
Spectrum and angle¶
Active remote sensing¶
Radiation field and flux¶
Thermal infrared and physiological processes¶
- 12 - Thermal infrared simulation
- 13 - Energy balance and leaf temperature solution
- 14 - Photosynthesis with SIF Simulation
Advanced features¶
Sample data¶
This tutorial uses two built-in 3D plant models:
| Model | File | Description |
|---|---|---|
| European Ash (FREX) | FREX.obj |
Deciduous tree, containing two components leaves and stem_branch |
| Corn (Maize) | maize.obj |
Corn plant, single component |
Get the sample data path: