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.
Getting Started
Be sure to check the Documentation, which features detailed explanations on how the program works and an User Manual.
Also, the Tutorial covers the basics of 3DFin and is a great tool to get started.
Download
3DFin is freely available in 4 ways:
- As a CloudCompare plugin (Windows and Linux)
- As a QGIS plugin
- As a standalone program (Only in Windows)
- As a Python package (In Windows, Linux and macOS)
1. CloudCompare plugin
3DFin is available in Windows as a plugin in CloudCompare (2.13) thanks to CloudCompare PythonRuntime (see References). You can download the latest version CloudCompare (Windows installer version) including the 3DFin plugin here:
Simply install the latest version of CloudCompare and tick Python and 3DFin's checkbox during the installation:
To install 3DFin plugin, tick the 'Python plugin support' checkbox during CloudCompare installation.
For Linux, the plugin is embedded into the CloudCompare flatpak.
3DFin plugin in CloudCompare.
Running the plugin will open 3DFin's graphical user interface (GUI). 3DFin GUI. It is common to any version of 3DFin.
2. QGIS plugin
3DFin is also available as a plugin in QGIS. Please follow the instructions available here in order to test it. Note that for now this does not provide much added value in comparison with CloudCompare and Standalone version of 3DFin.
3. Standalone program
3DFin is also available in Windows and macOS as a standalone program, which can be downloaded from here:
3DFin.exe
file is the Windows version while 3DFin
is the macOS version.
These binaries are built into Github servers and are thus unsigned and unverified. As consequences, while executing theses binaries your system may warn from security issues and should ask you to grant some permissions.
If you have a complete Python environment on your system, please consider installing 3DFin standalone via pip
package manager.
Older versions of 3DFin standalone may also be downloaded from Releases. From there, simply navigate to the desired version and click on 3DFin[.exe].
4. Python package (3DFin)
3DFin and its dependencies may be installed and launched in any OS (Windows, Linux and macOS) as a Python package:
pip install 3DFin
python -m three_d_fin
If you are a macOS or Linux user and you may want to try 3DFin, this is the way you should proceed.
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]
Usage
CloudCompare plugin is the reccomended way of using 3DFin, as it provides enhanced features for visualisation of the results and exporting of the outputs (it allows to export the results as a CloudCompare native BIN file).
By default, running 3DFin (either the CloudCompare plugin or any version of 3DFin) will open a GUI window.
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.
Citing 3DFin
If you use 3DFin in your research, please cite the following paper:
Laino, D., Cabo, C., Prendes, C., Janvier, R., Ordonez, C., Nikonovas, T., Doerr, S., & Santin, C. (2024). 3DFin: a software for automated 3D forest inventories from terrestrial point clouds. Forestry: An International Journal of Forest Research. https://doi.org/10.1093/forestry/cpae020
Thank you for citing 3DFin in your work! Your citations help to support the continued development and maintenance of this software.
References
CloudCompare-PythonRuntime, by Thomas Montaigu: CloudCompare-PythonRuntime
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.