LiDAR Data Voxelisation (original) (raw)

LiDAR data voxelisation package

Description

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.

Citation

To cite ‘AMAPVox’, please use citation(“AMAPVox”).

Installation

Install from CRAN:

Install from source:

# from github mirror
install.packages("remotes")
remotes::install_github('umr-amap/AMAPVox')

To use it :

# launch AMAPVox GUI
AMAPVox::run()