geotrellis / geotrellis-pointcloud

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

Native IDW Rasterizer #66

Open echeipesh opened 4 years ago

echeipesh commented 4 years ago

Connects: https://github.com/geotrellis/geotrellis-pointcloud/issues/64

Current investigation is focusing on using the GeoTrellis JVM rasterizer to evaluate the behavior and results. If those look acceptable and interesting the performance can be improved by performing rasterization of the Pipeline query natively.

While its currently possible to produce DEMs from EPT pyramids using PDAL command line tools those rasters are not accessible through JNI as result of PDAL Pipeline.

This issue is to extend this project, possibly https://github.com/pdal/java, to produce those raster results.