Table of Contents
Beginner's tutorial
Requirement
The problem
The data
Step 1 : Create your own package
Step 2 : Read CSV data
Step 3 : Create a simple 3D representation of one tree
Step 4 : Create a Macro Node / Group Nodes
Step 5 : Get the spatial distribution of the trees
Step 6 : Apply the process to multiple trees
Step 7 : Generate a PNG image
Step 8 : Apply the process to several files
Step 9 : Share your work with your colleagues
Beginner's tutorial
In this tutorial, we will see how to implement a simple modeling problem in Visualea.
edit 1289057207 [Beginner section 1-125
1/16documentation:tutorials:beginners
Edit
Requirement
You need to have Openalea and VPlants installed on your system. You will also need Numpy and Matplotlib
but the OpenAlea installer should have installed those for you. However if they are missing you can simply
install them using your system's installation procedure (Debian's apt-get, RedHat's yum, or Windows
executable installers).
edit 1289057207 [Requirement] section
126-1028
documentation:tutorials:beginners
2/16Edit
The problem
We measured some tree data, saved in a tabbed editor (like excel). These data have been exported in a
CSV file. We want to have a simple 3D representation of the measured tree.
The data
The CSV data are :
Download :stand.csv
edit 1289057207 [The problem] section
1029-1502
documentation:tutorials:beginners
3/16Edit
Step 1 : Create your own package
First of all, we need to create a package ...
Voir