jblindsay / lidario

A small Go library for reading and writing LiDAR (LAS) files
MIT License
27 stars 10 forks source link

Updating the parser under the new specification! #1

Closed themrxcm closed 5 years ago

themrxcm commented 5 years ago

Will there be an update for the new specification LAS 1.4? https://www.asprs.org/wp-content/uploads/2010/12/LAS_1_4_r13.pdf

jblindsay commented 5 years ago

Yes, eventually I will update this library to handle LAS 1.4 reading/writing. At the moment, most of my efforts have been placed in the WhiteboxTools project and I already have support for reading LAS 1.4 in there. That knowledge will be used to backport to lidario.

themrxcm commented 5 years ago

Great, thank you! I use your library in a new project and I would not like to abandon it due to the lack of support for LAS 1.4. I hope you update soon, thanks in advance and success!