ubarsc / pylidar

A set of Python modules which makes it easy to write lidar processing code in Python
http://www.pylidar.org
GNU General Public License v3.0
15 stars 11 forks source link

Conversion from spd to las error #7

Closed gillins closed 7 years ago

gillins commented 8 years ago

Original report by muirj (Bitbucket: muirj, ).


Error when converting from spd file to las file. The error states "Last argument needs to be numpy dtype"

gillins commented 7 years ago

Original comment by Sam Gillingham (Bitbucket: gillins, GitHub: gillins).


Hi Jaz,

Sorry for the delay. Can you try the latest commit? I had only tested exporting to LAS when the file came from LAS originally which obviously didn't test it enough...

gillins commented 7 years ago

Original comment by Sam Gillingham (Bitbucket: gillins, GitHub: gillins).


Fixed in #e579b0c