Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
3d Forest | 41 | 4 months ago | 2 | gpl-3.0 | C++ | |||||
Visualization, processing and analysis of Lidar point clouds, mainly focused on forest environment. New version of 3D Forest. Process files with terabytes of data. Edit new point attributes. Simple addition of new features by plugins. | ||||||||||
Bsuite | 15 | 8 years ago | C++ | |||||||
Provide a plugin with tools to handle ptex files | ||||||||||
Lidarsloveniadatadownloader | 6 | 4 years ago | 4 | gpl-2.0 | Python | |||||
Download Lidar Slovenia QGIS plugin | ||||||||||
Lidarforestryheight | 5 | 4 years ago | other | Python | ||||||
Plugin generates heights raster maps from LiDAR classified point clouds (las and laz formats) | ||||||||||
Vrep_plugin_velodyne | 4 | 3 years ago | 3 | C++ | ||||||
V-REP plugin that publishes a full revolution of PointCloud2 point into ROS | ||||||||||
Vl.devices.sick | 3 | 3 years ago | ||||||||
A VL plugin to interact with SICK LIDARs | ||||||||||
Qgislidarplugin | 2 | 11 years ago | C++ | |||||||
C++ plugin for visualization and processing of LiDAR data. | ||||||||||
Lssdownloader | 2 | 7 years ago | Python | |||||||
Download Lidar Slovenia for Qgis plugin |
3D Forest is software for analysis of Lidar data from forest environment.
Copyright 2020-Present VUKOZ Blue Cat team and other authors
3D Forest is released under the GPLv3 license. See LICENSE for more information.
HTML Documentation with User Manual and Developer Guide.
The code uses C++17, CMake, Qt5 or Qt6 and OpenGL.
> mkdir build
> cd build
> cmake -G "MinGW Makefiles" .. -DCMAKE_INSTALL_PREFIX=..
> mingw32-make
> mingw32-make install
The code uses C++17 and CMake. Qt5 or Qt6 and OpenGL are required to build desktop application. The build process generates desktop application with graphical user interface and command line tools. See INSTALL for more information.
3D Forest source code includes several third-party libraries which are stored under 3rdparty directory. This approach allows to use compatible versions of third-party libraries without downloading and installation of each library.
This software is currently in development.
Some useful links:
CMakeLists.txt - CMake top-level file.
INSTALL - Installation and building instructions.
LICENSE - The GPL license.
README.md - Project summary.
3rdparty/ - 3rd party libraries.
bin/ - 3D Forest binaries. CMake install destination directory.
build/ - CMake build directory.
cmake/ - CMake settings.
data/ - Example data files.
doc/ - Documentation.
src/ - Source code.