PDAL / python

PDAL's Python Support
Other
117 stars 35 forks source link

add pickling support for Pipeline #110

Closed hobu closed 2 years ago

hobu commented 2 years ago

This changes a behavior of the base library throwing when you ask for a pipeline if it hadn't been executed. That was really a consequence of the old design and is no longer needed.

This patch is needed for convenient Dask operations.