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.
To cite 'AMAPVox', please use citation(“AMAPVox”).
Install from CRAN:
install.packages("AMAPVox")
Install from source:
- either with pak
# from main repository
install.packages("pak")
pak::pkg_install("git::https://forge.ird.fr/amap/amapvox/AMAPVox.git")
- or with remotes
# from github mirror
install.packages("remotes")
remotes::install_github('umr-amap/AMAPVox')
To use it :
# launch AMAPVox GUI
AMAPVox::run()