geotrellis / geotrellis-pointcloud

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

Test PDAL triangulation services #29

Closed jpolchlo closed 4 years ago

jpolchlo commented 4 years ago

Using a PDAL pipeline definition, we can generate Delaunay triangulations from a point cloud. We will source the data for this operation from the EPT files generated in #28. Pick an arbitrary AOI for the sample data set and run the pipeline using the PDAL CLI.

Our objective is to have areference pipeline that we can use with a RasterSource.

pomadchin commented 4 years ago

Was closed by @jpolchlo and merged in https://github.com/geotrellis/geotrellis-pointcloud/blob/master/pointcloud/src/main/scala/geotrellis/pointcloud/raster/ept/DEMRasterSource.scala#L89