Skip to contents

plot_extent plots the spatial extent (bounding boxes) of lasfiles on an interactive map. The extent is read from the header of lasfiles.

Usage

plot_extent(path)

Arguments

path

Either a path to a directory which contains laz files or a single laz file or the path to a Virtual Point Cloud (.vpc) created with lasR package.

Value

An interactive map in the viewer

Examples

f <- system.file("extdata", package="managelidar")
plot_extent(f)
#> [1] "Using directory to build temporary Virtual Point Cloud"
#> Error in loadNamespace(x): there is no package called ‘lasR’