Skip to content

openalea/caribu

Repository files navigation

openalea.caribu

Documentation status CI Status Anaconda version Latest release date Platforms License Downloads


What is Caribu?

Caribu is a modelling suite for lighting 3D virtual scenes, especially designed for the illumination of virtual plant canopies such as virtual crop fields.
It uses a special algorithm, the nested radiosity (Chelle et al., 1998), that allows for a precise estimation of light absorption at the level of small canopy elements (typically 1 cm²). It takes into account multiple scattering, allows for infinitisation of the scene (by virtual replication) and performs in a reasonable time (typically a few minutes).

The idea is to mix:

  • a projection model (Z-buffer) that solves the first order illumination,
  • a model that solves the radiosity equations for the light exchanges between a canopy element and its close neighbourhood,
  • and a model that solves turbid medium equations for the exchanges between a canopy element and the rest of the canopy.

Reference:
Michael Chelle, Bruno Andrieu, K. Bouatouch. Nested radiosity for plant canopies. The Visual Computer, 1998, 14, pp.109-125. 10.1007/s003710050127. hal-02697207

Content

The suite is composed of two main sub-models : MCSail, that computes turbid medium equations on a layered canopy (derived from the SAIL model (Verhoef, 1984) and Canestra, that computes radiosity and projection. The suite also includes two utilities : periodise, that makes a scene suitable for infinite replication and S2v, that transforms a 3D scene in a 1D multi-layer system.

It operates on a special scene object called Caribuscene, composed of a list of triangles with optical properties representing the plants, a set of direction and intensities (called light sources) representing the sky and a pattern delimiting the scene, used for infinitisation.

This model is completed with a set of utilities for visualisation (using PlantGL), import of caribuscene from files or MTG, and tools for building light sources from meteorological data

Ref: Wout Verhoef (1984), Light scattering by leaf layers with application to canopy reflectance modeling: the SAIL model. Remote Sensing of Environment, 16, 125-141

Installation

Users

mamba env create -n caribu -c openalea3 -c conda-forge openalea.caribu 

Developers

git clone 'https://github.com/openalea/caribu.git'
cd caribu
mamba env create -n caribu_dev -f ./conda/environment.yml

License

Caribu is released under the open source CeCILL-C license.
See the LICENSE file.

About

Eco-physiological model of light interception by plants

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 11