Skip to content
Prev 8448 / 29559 Next

read function for LAS data

On Jun 6, 2010, at 5:09 AM, Etienne Bellemare Racine wrote:

            
and controllable point caching, reprojection on the fly (when linked w/ GDAL), coordinate system description, and LAS 1.0-1.3 (no waveform for 1.3 though) support.  I would note that contrary to what the LAS specification says, there are many softwares out in the wild that don't write LAS files properly.  This causes big hassles, but it's libLAS' job to ensure that it can read everything, so we bend over backwards to ensure things work while doing our best to write valid files.

I maintain an LAS sample library at http://liblas.org/samples .  They vary based on format types and the softwares that wrote them as this is what is most interesting to libLAS.  They are free for non-commercial usages.

I understand the desire to not have external dependencies, which is the impetus for efforts like this.  It is unfortunate that distribution and platform issues make duplication of efforts like these economical in the short term.

Howard