PDAL / python

PDAL's Python Support
Other
116 stars 34 forks source link

Pipeline iterator - parallelized version #94

Closed gsakkis closed 2 years ago

gsakkis commented 2 years ago

Alternative implementation of #90 using a separate thread to execute the pipeline in streaming mode in the background, with minimal changes to PDAL core. Thanks to @abellgithub for the idea and the initial implementation.

This PR is built on top of #91. ~It also requires https://github.com/PDAL/PDAL/pull/3567; there is a temporary commit for running the CI (Python 3.8 only) against a custom PDAL build that uses the aforementioned PR.~

gsakkis commented 2 years ago

Removed the dependency on PDAL/PDAL#3567 to unblock this (https://github.com/TileDB-inc/python/commit/378e22a83f85e4664bcf3fe828e5da29493239b7)