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)
A LAScatalog object
Extent, Raster*, SpatialPolygons*, SpatialLines* or SpatialPoints* object
A LAScatalog