Skip to content

umr-amap/AMAPVox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMAPVox

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.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")
# from github mirror
install.packages("remotes")
remotes::install_github('umr-amap/AMAPVox')

To use it :

# launch AMAPVox GUI
AMAPVox::run()