Authors : C. Fournier, C. Pradal, B. Andrieu
- Contributors :
- M Abichou (wheat parameteristion, documentation, plantgen),
- C Chambon (plantgen, documentation, povray, fit, io widgets)
Institutes : INRA, CIRAD
Status : R and Python package (+ L-system)
License : Cecill-C
Alinea.Adel (Architectural model of DEvelopment based on L-systems) allows to simulate the 3D architectural development of the shoot of gramineaous plant.
The package hosts generic data structure and simulation tools for gramineaous plants(Fournier & Pradal, unpublished), the Adel-Maize (Fournier & Andrieu, 1998), Adel-Wheat (Fournier et al. 2003) models, together with the wheat parameterisation model of Abichou et al. (2013) and the plastic leaf model of Fournier & Pradal (2012)
python setup.py install
- OpenAlea.Deploy
- OpenAlea.Mtg
- OpenAlea.core
- OpenAlea.visualea
- OpenAlea.PlantGl
- NumPy
- Scipy
- MatplotLib
- Pandas
- Rpy2
- Create an environment:
- conda create -n adel -c conda-forge python=3.8 ipython numpy=1.20 pandas rpy2 scipy setuptools=49.6 path -y
Activate the environment:
[source] activate adel
Install the different packages
conda install -c fredboudon -c conda-forge openalea.plantgl openalea.mtg -y
Install openalea.Deploy
git clone https://github.com/openalea/deploy.git
cd deploy
python setup.py install
cd
Install adel
git clone -b Port_python_3 https://github.com/openalea-incubator/adel.git
cd adel
python setup.py develop