geotrellis / geotrellis-pointcloud

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

Add IDWRasterSource #67

Closed jpolchlo closed 4 years ago

jpolchlo commented 4 years ago

Given the performance considerations encountered when using triangulation interpolation networks to generate DEMs, I'm offering an inverse distance weighted (IDW) implementation. This has been visually checked via QGIS and a modified geotrellis-pointcloud-server and appears to be functional.

Performance testing to follow.

Closes #64

jpolchlo commented 4 years ago

I think this is ready to take a look at, @pomadchin!