Eugene Cheipesh

Results 30 issues of Eugene Cheipesh

Currently we dump RPMs to S3 bucket with their SHA, this is serviceable. As we move to make these artifacts the reference distribution for GeoTrellis/GeoPySpark testing and deployment we need...

in-progress

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...

In https://github.com/geotrellis/geotrellis-pointcloud/issues/54 we're talking about using the PDAL provided no-cull option to "correctly" generate TINs in regions where the bounding box is inside the convex hull. This issue is to...

Connects: https://github.com/geotrellis/geotrellis-pointcloud/issues/71 In the above issue I said: > Normally it would be possible to filter point cloud to remove canopy returns. However, the result above was generated from the...

![image](https://user-images.githubusercontent.com/1158084/78075047-cca3b180-7371-11ea-88de-1b85eacfa13a.png) On the left, we can see the triangulation interpolation of a region west of Lake Champlain. This is contrasted to a more conventional inverse distance weighted (IDW) reconstruction on...

The driving use case behind `DEMRasterSource` development is to produce dynamic DEM raster from triangulation of the pointcloud subset returned from Entwine tree query. The intent is to use Entwine...

The driving use case for `DEMRasterSource` is to dynamically serve DEMs for WCS and WMS requests from EPT pyramid through [`geotrellis-point-cloud-server`](https://github.com/geotrellis/geotrellis-pointcloud-server). However, currently queries against PDAL Pipeline are not thread...

Currently the `DEMRasterSource` translated the requested cell size is translated directly to PDAL pipeline resolution: https://github.com/geotrellis/geotrellis-pointcloud/blob/ae576f88d63b4a028e881931ef305ed7f56b682d/pointcloud/src/main/scala/geotrellis/pointcloud/raster/ept/DEMRasterSource.scala#L67-L72 We have observed that response latency is very sensitive to the query resolution: https://github.com/geotrellis/geotrellis-pointcloud/tree/master/benchmark...

enhancement

Seems to be missing without any blockers to prevent its addition.

Circle CI is not longer cool. It would be great to manage releases from GitHub Actions, let us start by handling SNAPSHOTs first.

build