get_building_points: Extract building points from a LAS tile

View source: R/tile_functions.R

get_building_pointsR Documentation

Extract building points from a LAS tile

Description

Extract building points from a LAS tile

Usage

get_building_points(las)

Arguments

las

A LAS object, e.g. imported using prepare_tile.

Value

An sf spatial data frame suitable for map display and export to a shapefile.

Examples

## Not run: 
# Import tile and normalize point heights
las <- prepare_tile(path.to.tile)

# Extract building points
buildings <- get_building_points(las)

# Write to shapefile (requires 'sf' package)
st_write(buildings, "buildings.shp")

## End(Not run)


mbedward/CERMBlidar documentation built on April 10, 2024, 2:05 p.m.