ForestMensuration Package:
Documentation for ForestMensuration.
ForestMensuration.jl is a Julia package that provides a comprehensive set of functions for performing dendrometric and forest inventory calculations. Designed with ease of use in mind, the package offers tools that simplify complex forestry calculations, making it straightforward to:
- Conduct regressions: Easily fit linear models, including transformations and qualitative variables, to find the best relationships in your forestry data.
- Calculate tree and stand volume (cubage): Support for various methods such as Huber, Smalian, and Newton allows precise calculation of tree and stand volumes.
- Classify site productivity: Implement site classification methods to assess the quality and productivity of forest sites.
- Compute dendrometric averages: Calculate essential dendrometric metrics like mean diameter, quadratic mean diameter, and others to understand stand structure.
- Create frequency tables: Generate frequency and diametric tables to analyze the distribution of dendrometric variables such as diameter and height.
- Perform forest inventory: Implement simple random sampling methods to estimate forest parameters and support forest management decisions.
The package facilitates the analysis of dendrometric and forest data, performs complex calculations with simple commands, and offers a user-friendly and intuitive interface.
Installation
The ForestMensuration package is available through the Julia package system and can be added by running Pkg.add("ForestMensuration") or by directly downloading it from the GitHub page:
pkg> add https://github.com/marcosdanieldasilva/ForestMensuration.jl
About the Author
I am Marcos Daniel da Silva, a Forest Engineer with a strong interest in forest mensuration and data analysis. I developed the ForestMensuration.jl package as part of my final course project in Forest Engineering at the Federal University of Santa Maria campus Frederico Westphalen (UFSM), under the guidance of Prof. Dr. Rafaelo Balbinot (UFSM) and Prof. Dr. Alexandre Behling (UFPR). This package represents my dedication to providing accessible tools for forestry professionals and researchers, aiming to simplify complex dendrometric calculations and forest inventory analyses using the Julia programming language.
For more details, please feel free to connect with me on LinkedIn or by e-mail: marcosdasilva@5a.tec.br.
This package is supported and encouraged by 5A Inteligência e Engenharia.
You can also access my final course work through the UFSM repository: Forestmensuration.jl: Uma Introdução à Aplicações em Julia.