Skip to content
/ vmango Public
forked from fredboudon/vmango

Simulation and modelling of mango trees.

License

Notifications You must be signed in to change notification settings

llqqzz/vmango

 
 

Repository files navigation

Binder

setup env

conda create -y -n vmango -c fredboudon -c conda-forge openalea.lpy openalea.mtg r toml future rpy2
conda activate vmango

build V-Mango

dev version - use imports from source tree

python setup.py develop

use imports from openalea.vmango site package

python setup.py install

run V-Mango in lpy gui

lpy
  • open src\openalea\vmango\simulation\mango_simulation.lpy in lpy
  • click 'Rewind'
  • click 'Run'

run V-Mango in ipython

cd src\openalea\vmango\simulation
ipython
%gui qt5
from openalea.lpy import *
l = Lsystem('src/openalea/vmango/simulation/mango_simulation.lpy')
lstring = l.iterate()
l.plot(lstring)

jupyter

conda activate vmango
conda install -y -c conda-forge jupyterlab
python -m ipykernel install --user --name vmango
jupyter lab

About

Simulation and modelling of mango trees.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 43.6%
  • Python 33.1%
  • Jupyter Notebook 23.2%
  • GLSL 0.1%