geotrellis / geotrellis-pointcloud

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

Fix Delaunay rasterization #50

Closed pomadchin closed 4 years ago

pomadchin commented 4 years ago

This PR brings up @jpolchlo Rasterization changes from here https://github.com/jpolchlo/geotrellis-pointcloud/commit/a5953b0f71916fb8132eac7b664eb8b609379951

Updates PDAL up to a version with the fixed rasterizer as well. Fixed DEMReprojectRasterSource to generate a bit buffered rasterization to aboid possible problems with nn reprojection.

Closes https://github.com/geotrellis/geotrellis-pointcloud/issues/47