colzette A Parametric Model for oilseed rape and legume.
Heat map representation of the surfacic density of energy absorbed by an intercrop of Fababean and Rapessed plants.Python package
CecILL-C
Conda must be installed, please follow the instructions and recommendations here.
Creating a new conda environment with colzette and its dependencies installed
mamba create -n colzette -c openalea3/label/dev -c openalea3 -c conda-forge openalea.colzetteactivate the environment
mamba activate colzettemamba env create -f ./conda/environment.ymlactivate the environment
mamba activate colzette_devThis will create a conda environment with dependencies installed and install colzette in editable state.
Open a terminal and activate the conda environment:
mamba activate colzetteThen, you can either use ipython:
ipythonIn [1]: import openalea.colzetteor you can run the jupyter notebook in doc/examples.
First install jupyterlab and òpenalea.widgets
mamba install -c openalea3 -c conda-forge jupyterlab openalea.widgetsthen, if you have cloned the repository, in doc/examples launch jupyter-lab
cd doc/examples
jupyter-labotherwise, you can download the notebooks, launch jupyter-lab
jupyter-laband, in the file browser on the left in jupyter-lab, look for the downloaded notebooks.
Thanks to all that contribute making this package what it is !
