lad.array.to.raster.stack: Convert a list of voxelized arrays into a single raster stack

View source: R/ladarraytorasterstack.R

lad.array.to.raster.stackR Documentation

Convert a list of voxelized arrays into a single raster stack

Description

This function reads in a list of voxelized arrays, converts each one to a raster stack, and then merges them all together to form a raster stack of the entire study area. This function also creats a lot of extra NA layers in the raster stack so that the individual rasters can easily be merged together.

Usage

lad.array.to.raster.stack(lad.array, laz.array, epsg.code)

Arguments

lad.array

Voxelized LAD array that was created with the machorn.lad function

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 raster stack of LAD estimates. Each raster is associated with a slice of the canopy. The Z resolution was determined in the laz.to.array function


akamoske/canopyLazR documentation built on Aug. 28, 2023, 3:30 a.m.