Releases: r-lidar/rlas
Releases · r-lidar/rlas
v1.3.0
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
rlas v1.2.9 (Release date: 2018-10-26)
write.las
writes the epsg code in the header.
v1.2.7
rlas v1.2.7 (Release date: 2018-08-20)
ENHANCEMENTS
check_data
now check the adequation between theReturnNumber
and theNumberOfReturns
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
v1.2.0
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 replacesreadlasdata
, 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 replacesreadlasheader
, 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
rlas v1.1.9 (Release date: 2018-01-17)
BUG FIXES:
- Fix a segfault when reading extrabytes
v1.1.8
rlas v1.1.8 (Release date: 2018-01-15)
NEW FEATURES
- new straighforward C++ class
RLASstreamer
to userlas
at 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
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
rlas v1.1.4 (Release date: 2017-07-26)
BUG FIXES:
- Should solve the compilation issue on CRAN with clang++ and gnu++11