Skip to contents

Creates a gridded CHM from classified aerial or UAV point clouds.

Usage

px_canopy_height_model(cloud, resolution = 1, ground_class = 2L)

Arguments

cloud

A px_cloud with ground classification.

resolution

Numeric — grid cell size in meters.

ground_class

Integer — ASPRS code for ground (default 2).

Value

A list with components:

chm

Numeric matrix — height values

x_edges

Numeric vector — x bin edges

y_edges

Numeric vector — y bin edges

resolution

Numeric — cell size used