array.to.ground.and.canopy.rasters: Convert a list of voxelized arrays into two rasters - ground...

View source: R/arraytogroundandcanopyrasters.R

array.to.ground.and.canopy.rastersR Documentation

Convert a list of voxelized arrays into two rasters - ground and canopy height

Description

This function reads in a list of voxelized arrays, converts each one to ground and canopy height rasters, and then merges them all together to form a ground and canopy height raster of the entire study area.

Usage

array.to.ground.and.canopy.rasters(laz.array, epsg.code)

Arguments

laz.array

Original LiDAR pulse count array that was generated using the laz.to.array function. This contains spatial information for the array.

epsg.code

EPSG code so that the rasters can be projected into the appropriate projection

Value

A list of a ground and canopy height raster.


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