kinverarity1 / lasio

Python library for reading and writing well data using Log ASCII Standard (LAS) files
https://lasio.readthedocs.io/en/latest/
MIT License
342 stars 152 forks source link

Any support for .laz files? #136

Closed absudabsu closed 8 years ago

absudabsu commented 8 years ago

I would be willing to help out, if someone can point me in the right direction?

kinverarity1 commented 8 years ago

What is a laz file?

If you are referring to compressed LiDAR data there is the library libLAS - https://pypi.python.org/pypi/libLAS

This library is for borehole data files, which coincidentally share the las file extension with LiDAR data files.

On Tue, Jul 12, 2016 at 7:08 AM +0930, "Abhejit Rajagopal" notifications@github.com<mailto:notifications@github.com> wrote:

I would be willing to help out, if someone can point me in the right direction?

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/kinverarity1/lasio/issues/136, or mute the threadhttps://github.com/notifications/unsubscribe/AEUPa_GVMx7AYxHwZ7nwN-Xk-ERisDIbks5qUrfBgaJpZM4JJzvS.

kinverarity1 commented 8 years ago

From the linked page: "the de-facto standard for LiDAR compression.". You need to contact the authors of libLAS - https://pypi.python.org/pypi/libLAS. This library (lasio) is for a totally different kind of data.


From: Abhejit Rajagopal notifications@github.com Sent: 22 July 2016 06:51 To: kinverarity1/lasio Cc: Kent Inverarity; Comment Subject: Re: [kinverarity1/lasio] Any support for .laz files? (#136)

LAZ is a compressed format for LAShttp://www.laszip.org/. There is a utility in LAStools to uncompress to .las, but directly reading .laz directly in python would be convenient.

You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/kinverarity1/lasio/issues/136#issuecomment-234387892, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AEUPa2cKKL6bYDxngCVy_n39Kb3QWNIKks5qX-LPgaJpZM4JJzvS.