3/12/09

All,

I am pleased to announce the release of 1.2.0b2. Numerous improvements have been made to libLAS in this release, including support for LAS 1.2. One significant API change was also made.

I would also like to announce major additions to our libLAS sample library. I would like to thank the group that provided the files for the library, but I will let them reveal themselves on the list. Thanks for the great files! http://liblas.org/samples/

PS, at the Toronto sprint, I built the Radiohead data into LAS 1.2 files with time values for each movie frame. This is also available from the library.

API Change

  • LASHeader::GetProj4 and LASHeader::SetProj4 in the C++ API and LASHeader_GetProj4 and LASHeader_SetProj4 in the C API have been removed http://liblas.org/ticket/97

I'm willing to back out this removal if people thing it is too drastic of a change, but I thought it would be better to get it gone now before libLAS' usage increases significantly. If libLAS' usage is already high ;), and this is a problem, please let me know and we can add it back. These methods are no longer needed with the new LASSRS interface.

Additions

Bug Fixes

Other Items

  • las2las and txt2las now default to writing 1.2 LAS files (can be overridden with --format)
  • Add missing LASSRS_Destroy C API method
  • Fix GeoTIFF ASCII records operations http://liblas.org/changeset/1084/
  • GTIFPrint will run when printing a LASHeader with the utilities if libgeotiff was linked in

Note that no Python release is going to be done for the betas because it will end up superseding the current release in PyPI. The Python API has been updated to include LASColor and LASSRS support as well, but it will not be released until libLAS 1.2 goes final. If you need to test Python, you will have to utilize libLAS trunk or one of the beta tags in subversion.

http://liblas.org/wiki/1.2.0b2

http://liblas.org/raw-attachment/wiki/1.2.0b2/liblas-1.2.0b2-src.tar.bz2 http://liblas.org/raw-attachment/wiki/1.2.0b2/liblas-1.2.0b2-src.tar.bz2.md5 http://liblas.org/raw-attachment/wiki/1.2.0b2/liblas-1.2.0b2-win32.zip http://liblas.org/raw-attachment/wiki/1.2.0b2/liblas-1.2.0b2-win32.zip.md5

Howard

Attachments