LiDAR data voxelisation package
AMAPvox tracks every laser pulse through 3D grid (voxelized space) and computes the local transmittance or local attenuation per voxel. R package provides visualization, utility and validation tools for the voxelized space.
Install from CRAN:
install.packages("AMAPVox")
Install from source:
# from main repository
install.packages("pak")
pak::pkg_install("git::https://forge.ird.fr/amap/amapvox/AMAPVox.git")
# from github mirror
install.packages("remotes")
remotes::install_github('umr-amap/AMAPVox')
To use it :
# launch AMAPVox GUI
AMAPVox::run()