<div dir="ltr">Can we use the Python Bindings to create a LAS file from values we hold in Memory?  In my case, I'm using the HDF Python library to read a .h5 file and need to convert the results to LAS.<br><div><br></div><div>In the <a href="https://www.pdal.io/tutorial/writing.html#writing">Writing with PDAL documentation</a>, Bradley Chambers shows how to do this in C++ ... but it looks like we're missing some machinery to do it via Python.</div><div><br></div><div>In the <a href="https://github.com/PDAL/PDAL/blob/master/python/test/test_pipeline.py">test for the Python Bindings</a>, we see how to write the output from a filter to an array ... but not the other way around.</div><div><br></div><div>msr</div></div>