Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmstudio/vpalm.jl
Automata for building 3d mock-ups of oil palm
https://github.com/palmstudio/vpalm.jl
Last synced: about 1 month ago
JSON representation
Automata for building 3d mock-ups of oil palm
- Host: GitHub
- URL: https://github.com/palmstudio/vpalm.jl
- Owner: PalmStudio
- License: mit
- Created: 2024-03-06T08:41:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:01:45.000Z (about 1 month ago)
- Last Synced: 2024-11-29T21:28:41.196Z (about 1 month ago)
- Language: Julia
- Size: 607 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# VPalm
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://PalmStudio.github.io/VPalm.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://PalmStudio.github.io/VPalm.jl/dev/)
[![Build Status](https://github.com/PalmStudio/VPalm.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/PalmStudio/VPalm.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/PalmStudio/VPalm.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/PalmStudio/VPalm.jl)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)VPalm is an automaton that builds 3d mockups of palm plants from architectural parameters and allometric equations.
The model also integrates a biomechanical model to compute the leaf bending and torsion using the biomass of each leaf.
To do:
- [ ] Change the way we compute the height of the internodes, atm it needs to know the total number of internodes to compute the height of each internode, but this changes every time there is a new internode, which is false because we don't have secondary growth for palm trees.