Automatic dendrometry and forest inventory for terrestrial point clouds, application package
Project description
Welcome to 3DFin: 3D Forest inventory's official repository!
3DFin is a free software for automatic computation of tree parameters in terrestrial point clouds. It offers the users a quick, ease-of-use interface to load their forest plots and generate tree metrics with just a few clicks.
Be sure to check the Documentation, which features detailed explanations on how the program works and an User manual.
Download
3DFin is available in Windows as a standalone program, which can be downloaded from here: Download.
Older versions of 3DFin may also be downloaded from Releases. From there, simply navigate to the desired version and click on 3DFin.exe.
3DFin and its dependencies may be installed and launched on any OS from the command line after cloning the repository.
git clone https://github.com/3DFin/3DFin.git
cd 3DFin
pip install .
python -m three_d_fin
pip will also install a script entry point in your Python installation's bin|script directory, so alternatively you can launch 3DFin from the command line with:
3DFin[.exe]
macOS user may need to install and use an openMP capable compiler, such as GCC from Homebrew in order to install the dependencies.
Usage
By default running 3Dfin will open a GUI window. The documentation contains a detailed explanation of the GUI and its functionalities.
For batch processing you can use the CLI capabilities of 3DFin and running the following command:
3DFin[.exe] cli --help
will give you an overview of the available parameters.
3DFin is also available as a plugin for CloudCompare thanks to CloudCompare-PythonPlugin. Installation is still somewhat cumbersome as it requires latest development versions of both CloudCompare and CloudCompare-PythonPlugin, but 3DFin will hopefully be available in CloudCompare 2.13 when it is released.
Further releases
Good news! Soon, 3DFin will also be available as a plugin in QGIS, the most used free software for GIS data.
Citing 3DFin
As of now, the best way to cite 3DFin is by referring to the original paper describing the algorithm behind:
Cabo, C., Ordóñez, C., López-Sánchez, C. A., & Armesto, J. (2018). Automatic dendrometry: Tree detection, tree height and diameter estimation using terrestrial laser scanning. International Journal of Applied Earth Observation and Geoinformation, 69, 164–174. https://doi.org/10.1016/j.jag.2018.01.011
Or directly citing the repository itself:
3DFin: 3D Forest Inventory. 3DFin https://github.com/3DFin/3DFin.
We are currently working on a scientific article about 3DFin, which may be published in 2023.
Acknowledgement
3DFin has been developed at the Centre of Wildfire Research of Swansea University (UK) in collaboration with the Research Institute of Biodiversity (CSIC, Spain) and the Department of Mining Exploitation of the University of Oviedo (Spain).
Funding provided by the UK NERC project (NE/T001194/1):
'Advancing 3D Fuel Mapping for Wildfire Behaviour and Risk Mitigation Modelling'
and by the Spanish Knowledge Generation project (PID2021-126790NB-I00):
‘Advancing carbon emission estimations from wildfires applying artificial intelligence to 3D terrestrial point clouds’.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.