Learn R Programming

⚠️There's a newer version (4.1.2) of this package.Take me there.

R package for Airborne LiDAR Data Manipulation and Visualization for Forestry Applications

The lidR package provides functions to read and write .las and .laz files, plot point clouds, compute metrics using an area-based approach, compute digital canopy models, thin lidar data, manage a catalog of datasets, automatically extract ground inventories, process a set of tiles using multicore processing, individual tree segmentation, classify data from geographic data, and provides other tools to manipulate LiDAR data in a research and development context.

  • Development of the lidR package between 2015 and 2018 was made possible thanks to the financial support of the AWARE project (NSERC CRDPJ 462973-14); grantee Prof Nicholas Coops.
  • Development of the lidR package between 2018 and 2019 was made possible thanks to the financial support of the Ministère des Forêts, de la Faune et des Parcs of Québec.

:book: Read the Wiki pages to get started with the lidR package.

Key features

Read and display a las file

In R-fashion style the function plot, based on rgl, enables the user to display, rotate and zoom a point cloud. Because rgl has limited capabilities with respect to large datasets, we also made a package PointCloudViewer with greater display capabilities.

las <- readLAS("<file.las>")
plot(las)

Compute a canopy height model

lidR has several algorithms from the literature to compute canopy height models either point-to-raster based or triangulation based. This allows testing and comparison of some methods that rely on a CHM, such as individual tree segmentation or the computation of a canopy roughness index.

las <- readLAS("<file.las>")

# Khosravipour et al. pitfree algorithm
thr <- c(0,2,5,10,15)
edg <- c(0, 1.5)
chm <- grid_canopy(las, 1, pitfree(thr, edg))

plot(chm)

Read and display a catalog of las files

lidR enables the user to manage, use and process a catalog of las files. The function catalog builds a LAScatalog object from a folder. The function plot displays this catalog on an interactive map using the mapview package (if installed).

ctg <- catalog("<folder/>")
plot(ctg, map = TRUE)

From a LAScatalog object the user can (for example) extract some regions of interest (ROI) with lasclip. Using a catalog for the extraction of the ROI guarantees fast and memory-efficient clipping. LAScatalog objects allow many other manipulations that can be done with multicore processing, where possible.

Individual tree segmentation

The lastrees function has several algorithms from the literature for individual tree segmentation, based either on the digital canopy model or on the point-cloud. Each algorithm has been coded from the source article to be as close as possible to what was written in the peer-reviewed papers. Our goal is to make published algorithms usable, testable and comparable.

las <- readLAS("<file.las>")

las <- lastrees(las, li2012())
col <- random.colors(200)
plot(las, color = "treeID", colorPalette = col)

Wall-to-wall dataset processing

Most of the lidR functions can process seamlessly a set of tiles and return a continuous output. Users can create their own methods using the LAScatalog processing engine via the catalog_apply function. Among other features the engine takes advantage of point indexation with lax files, takes care of processing tiles with a buffer and allows for processing big files that do not fit in memory.

# Load a LAScatalog instead of a LAS file
ctg <- catalog("<path/to/folder/>")

# Process it like a LAS file
chm <- grid_canopy(ctg, 2, p2r())
col <- random.colors(50)
plot(chm, col = col)

Other tools

lidR has many other tools and is a continuously improved package. If it does not exist in lidR please ask us for a new feature, and depending on the feasibility we will be glad to implement your requested feature.

Install lidR

  • The latest released version from CRAN with
install.packages("lidR")
  • The latest stable development version from github with
devtools::install_github("Jean-Romain/rlas")
devtools::install_github("Jean-Romain/lidR")

To install the package from github make sure you have a working development environment.

  • Windows: Install Rtools.exe.
  • Mac: Install Xcode from the Mac App Store.
  • Linux: Install the following libraries:
sudo apt-get install libgdal-dev libgeos++-dev libudunits2-dev libproj-dev libx11-dev libgl-dev libglu-dev libfreetype6-dev libv8-3.14-dev libcairo2-dev 

Changelog

See changelogs on NEW.md

Copy Link

Version

Install

install.packages('lidR')

Monthly Downloads

4,932

Version

2.0.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

March 3rd, 2019

Functions in lidR (2.0.2)

LAScatalog-class

An S4 class to represent a catalog of .las or .laz files
LASheader-class

An S4 class to represent the header of .las or .laz files
catalog_options_tools

Get or set LAScatalog processing engine options
catalog_retile

Retile a LAScatalog
VCI

Vertical Complexity Index
lasclip

Clip LiDAR points
grid_metrics

Area-Based Approach
grid_metrics3d

Voxelize the space and compute metrics for each voxel
LAD

Leaf area density
lasfilterdecimate

Decimate a LAS object
lasfilterduplicates

Filter duplicated points
lasmergespatial

Merge a point cloud with a source of spatial data
lasfilter

Return points with matching conditions
lasmetrics

Compute metrics for a cloud of points
LAS-class

An S4 class to represent a .las or .laz file
lmf

Individual Tree Detection Algorithm
manual

Individual Tree Detection Algorithm
stdmetrics

Predefined standard metrics functions
epsg

Get or set epsg code of a LAS* object
tin

Spatial Interpolation Algorithm
lastrees

Individual tree segmentation
tree_detection

Individual tree detection
lasvoxelize

Voxelize a point cloud
as.spatial

Transform a LAS* object into an sp object
extent,LAS-method

Extent
plot

Plot a LAS* object
tree_hulls

Compute the hull of each tree.
plot.lasmetrics3d

Plot voxelized LiDAR data
catalog

Create an object of class LAScatalog
silva2016

Individual Tree Segmentation Algorithm
set.colors

Automatic colorization
area

Surface covered by a LAS* object.
writeLAS

Write a .las or .laz file
csf

Ground Segmentation Algorithm
dalponte2016

Individual Tree Segmentation Algorithm
catalog_apply

LAScatalog processing engine
as.list.LASheader

Transform to a list
catalog_intersect

Subset a LAScatalog with a Spatial* object
gap_fraction_profile

Gap fraction profile
grid_terrain

Digital Terrain Model
grid_canopy

Digital Surface Model
grid_density

Map the pulse or point density
dsmtin

Digital Surface Model Algorithm
grid_hexametrics

Area-Based Approach in hexagonal cells.
knnidw

Spatial Interpolation Algorithm
entropy

Normalized Shannon diversity index
highest

Point Cloud Decimation Algorithm
homogenize

Point Cloud Decimation Algorithm
kriging

Spatial Interpolation Algorithm
is.empty

Test if a LAS object is empty
lasfilters

Predefined filters
lassnags

Snag classification
lastransform

Datum transformation for LAS objects
lasaddattribute

Add attributes into a LAS object
lasfiltersurfacepoints

Filter the surface points
lascheck

Inspect a LAS object
lasnormalize

Remove the topography from a point cloud
lassmooth

Smooth a point cloud
pitfree

Digital Surface Model Algorithm
p2r

Digital Surface Model Algorithm
li2012

Individual Tree Segmentation Algorithm
lasground

Classify points as 'ground' or 'not ground'
laspulse

Retrieve individual pulses, flightlines or scanlines
readLAS

Read .las or .laz files
rbind.LAS

Merge LAS objects
tree_metrics

Compute metrics for each tree
lidrpalettes

Palettes
print

Summary and Print for LAS* objects
random

Point Cloud Decimation Algorithm
plot_3d

Add a spatial object to a point cloud scene
pmf

Ground Segmentation Algorithm
util_makeZhangParam

Parameters for progressive morphological filter
$<-,LAS-method

Inherited but modified methods from sp
rumple_index

Rumple index of roughness
watershed

Individual Tree Segmentation Algorithm
wing2015

Snags Segmentation Algorithm
LASheader

Create a LASheader object