MaCS4Plants

RSML

Purpose

RootSystemML is a file format to represent root architectural data. It has been designed to overcome two major challenges:

The RSML package provides conversion between rsml format and MTG, 2D and 3D plots and standard analysis.

Try it !

You can simply test HydroRoot installing it in a conda environment:

conda create -n rsml -c conda-forge -c openalea3 rsml
conda activate rsml

Example

After loading the main modules to work with rsml format, we load rsml data and plot it.

from openalea.core.path import path
from openalea.deploy.shared_data import shared_data
import rsml
from rsml.plot import multiple_plot

files = data.glob('*.rsml')
data = shared_data(rsml)
arabido = data/'AR570'
files = arabido.glob('*.rsml')

multiple_plot(files, image=False)

LICENSE

This package is distributed under the CeCILL-C license. A full description of the license can be found here .

Reference

On internet

Find us