This tool copies LiDAR tiles overlapping with a polygon into an output directory. In actuality, the tool performs point-in-polygon operations, using the four corner points, the center point, and the four mid-edge points of each LiDAR tile bounding box and the polygons. This representation of overlapping geometry aids with performance. This approach generally works well when the polygon size is large relative to the LiDAR tiles. If, however, the input polygon is small relative to the tile size, this approach may miss some copying some tiles. It is advisable to buffer the polygon if this occurs.

See Also

lidar_tile_footprint

Function Signature

def select_tiles_by_polygon(self, input_directory: str, output_directory: str, polygons: Vector) -> None: ...

Project Links

WbW Homepage User Manual Support WbW