geotrellis / geotrellis-pointcloud

GeoTrellis PointCloud library to work with any pointcloud data on Spark
Apache License 2.0
26 stars 10 forks source link

Compute Delaunay triangulation using PDAL #44

Closed jpolchlo closed 4 years ago

jpolchlo commented 4 years ago

This PR shifts away from the GT Delaunay triangulator in favor of the one provided by PDAL. We also borrow the facilities from GT to rasterize this new triangulation.