laz.to.array: Convert a .laz or .las file to an array

View source: R/laztoarray.R

laz.to.arrayR Documentation

Convert a .laz or .las file to an array

Description

This function reads in a list of .laz or .las files from a given file path and converts each one into a voxelized array based on the x,y,z resolutions you specify.

Usage

laz.to.array(laz.file.path, voxel.resolution, z.resolution,
  use.classified.returns)

Arguments

laz.file.path

Path to the .laz or .las file

voxel.resolution

The spatial resolution (x,y) you want the output voxel to be - this is a single number where both sides of the cell will be the same

z.resolution

the vertical resolution of the voxel

use.classified.returns

TRUE or FALSE statement to determine if the user wants to use preclassified ground returns or the lowest point for "ground"

Value

A list of voxelized arrays


akamoske/LiDARforestR documentation built on Aug. 31, 2023, 1:33 a.m.