Skip to content

Releases: r-lidar/rlas

v1.3.0

05 Feb 15:30
Compare
Choose a tag to compare

rlas v1.3.0 (Release date: 2019-02-03)

  • New: write.las is 25% faster
  • New: #27 improved support of LAS specifications including LAS 1.4.
  • New: introduction of a set of 50+ functions to test compliance with LAS specifications
  • New: introduction of a set of 5+ functions to modify a header easily repecting LAS specifications
  • Fix: #26 segfault in read.las when using an inappropriated filter such as -keep_class 123.

v1.2.9

26 Oct 13:14
Compare
Choose a tag to compare

rlas v1.2.9 (Release date: 2018-10-26)

  • write.las writes the epsg code in the header.

v1.2.7

21 Aug 13:57
Compare
Choose a tag to compare

rlas v1.2.7 (Release date: 2018-08-20)

ENHANCEMENTS

  • check_data now check the adequation between the ReturnNumberand the NumberOfReturns

BUG FIXES:

  • las format 7 was supported at the C++ level when reading a file but an old test still throw an error at the R level stating that this format was not supported.
  • fix several compilation warnings on CRAN

v1.2.1

14 Apr 12:48
Compare
Choose a tag to compare

rlas v1.2.1 (Release date: 2018-04-13)

BUG FIXES:

  • Fix: [#18] additional errors on CRAN with ASAN and USBAN

v1.2.0

13 Apr 17:38
Compare
Choose a tag to compare

rlas v1.2.0 (Release date: 2018-04-10)

NEW FEATURES

  • Enables the support of files with point data formats 6, 7 and 8 in read mode.
  • Enables the support of extra bytes attributes in write mode.
  • New function read.las that replaces readlasdata, which is now deprecated. The selection of the field to be loaded is made easier by use of string syntax instead of multiple logical parameters.
  • New function read.lasheader that replaces readlasheader, which is now deprecated. This change was made only for naming consistency.
  • New functions header_* that allows the user to make valid headers and thus properly write the las files.
  • New functions check_* that check data integrity.

BUG FIXES:

  • Fix [#9] with valgrind: uninitialized value(s)

v1.1.9

18 Jan 11:30
Compare
Choose a tag to compare

rlas v1.1.9 (Release date: 2018-01-17)

BUG FIXES:

  • Fix a segfault when reading extrabytes

v1.1.8

16 Jan 19:44
Compare
Choose a tag to compare

rlas v1.1.8 (Release date: 2018-01-15)

NEW FEATURES

  • new straighforward C++ class RLASstreamer to use rlasat the C++ level.
  • Support of extra bytes attributes in readlasdata

BUG FIXES:

  • Fix some internal features which cannot be used by regular users. Does not affect users.

v1.1.5

22 Sep 14:52
Compare
Choose a tag to compare

rlas v1.1.5 (Release date: 2017-10-22)

NEW FEATURES

  • writelax enable for writing LAX files.
  • readlasdata enable for reading several files.
  • Moved the headers in inst/include to make the lib callable from other packages

BUG FIXES:

  • The las files were read twice every time. lasdatareader is twice faster reading files only once
  • readlasdata enable to load or not the gpstime field.

v1.1.4

29 Jun 12:16
Compare
Choose a tag to compare

rlas v1.1.4 (Release date: 2017-07-26)

BUG FIXES:

  • Should solve the compilation issue on CRAN with clang++ and gnu++11

v1.1.3

09 Jun 08:09
Compare
Choose a tag to compare

rlas v1.1.3 (Release date: 2017-06-09)

BUG FIXES:

  • Fix [#4] bug of computer precision when writing files
  • Fix [#61] wrong header size for files version 1.3

OTHER CHANGES

  • Update LASlib and LASzip
  • Better integration of LASlib and LASzip in R