PDAL / python

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

pass `arrays` to Pipeline constructor when using `pdal.pio` #99

Closed spolloni closed 2 years ago

spolloni commented 2 years ago

the pdal.pio API lacks the ability to pass arrays to the Pipeline constructor. This PR implements that feature.

hobu commented 2 years ago

pio is now dead due to the refactor. please try the new API out and provide some feedback!