Skip to content

Latest commit

History

102 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

DeepRootGen

DeepRootGen

pre-commitCode style: blackTestsDocumentationBuild

Website: DeepRootGen

A simulation model for the digital reconstruction of 3D root system architectures. Integrated with a simulation-based inference generative deep learning model.

Table of contents

Introduction

This repository contains an implementation of a simulation model for generating a synthetic root system architecture, for the estimation of root parameters as informed by observational data collected from the field.

Data Schema

The primary purpose of DeepRootGen is to output a synthetic root system into a tabular data format. The tabular data are composed of several columns:

ColumnTypeDescription
idDiscreteA unique ID for each row.
plant_idDiscreteA unique ID for each plant.
organ_idDiscreteA unique ID for each root.
orderDiscreteThe plant order. A first order root grows from the plant base, second order roots emerge from first order roots, third order roots emerge from second order roots, and so on.
root_typeDiscreteThe root type classification. Can be one of 1 = Structural Root or 2 = Fine Root.
segment_rankDiscreteThe rank number for each root segment. A small rank refers to segments that are close to the root base, while a large rank refers to roots that are near the root apex.
parentDiscreteThe parent organ of the root segment. The parent node of the organ within the GroIMP graph. Used by the XEG reader to recursively import the synthetic root data.
coordinatesContinuousThe combined 3D coordinates (x, y, and z) of each root segment.
diameterContinuousThe root segment diameter.
lengthContinuousThe root segment length.
xContinuousThe x coordinate of the root segment.
yContinuousThe y coordinate of the root segment.
zContinuousThe z coordinate of the root segment.

Contacts

  • DeepRootGen Developer: James Bristow
  • DeepRootGen Project Supervisor: Junqi Zhu
  • Crop System Modeller: Xiumei Yang