Subset a LAScatalog with a Spatial* object
Subset a LAScatalog with a Spatial* object to keep only the tiles of interest. Internally, it uses the
function intersect from raster
with a tweak to make it work
with a LAScatalog. It can be used to select tiles of interest that encompass Spatial* objects such
as SpatialPoints, SpatialPolygons or SpatialLines.
catalog_intersect(ctg, y)
ctg |
A LAScatalog object |
y |
Extent, Raster*, SpatialPolygons*, SpatialLines* or SpatialPoints* object |
A LAScatalog
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.