Skip to content

Releases: r-lidar/rlas

v1.1.2

04 May 20:00
Compare
Choose a tag to compare

rlas v1.1.2 (Release date: 2017-05-04)

BUG FIXES:

  • Write the proper RGB colors instead of 0.

v1.1.1

16 Mar 12:40
Compare
Choose a tag to compare

rlas v1.1.1 (Release date: 2017-03-15)

BUG FIXES

  • [#3] readlasdata() is able to read file when LAS specifications are not respected.

OTHER CHANGES

  • writelas performs tests on the header before entering C++ code (enable to fail with informative errors).

v1.1.0

05 Feb 19:19
Compare
Choose a tag to compare

rlas v1.1.0 (Release date: 2017-02-04)

NEW

  • readlasdata() gains a parameter filter enabling to use memory optimized streaming filters.
  • readlasdata() support .lax file for faster filter (thanks to Florian de Boissieu #2)

CHANGE

  • All the default options for readlasdata() are now TRUE

FIXE:

  • readlasheader() is now able to read the Variable length record

v1.0.3

29 Dec 00:37
Compare
Choose a tag to compare

First release on CRAN