Skip to content

v1.4.0

Compare
Choose a tag to compare
@Jean-Romain Jean-Romain released this 24 Mar 14:01
· 132 commits to master since this release

rlas v1.4.0 (Release date: 2021-03-22)

  • Fix: build failure with GCC 4.x
  • Fix: gcc-asan signed integer overflow.
  • Fix: when reading a non supported extra bytes attribute rlas used to print a warning message. It now throws a real warning.
  • Fix: querying ROI using LAX files in LAS file > 2GB on Windows (see #50)
  • Fix: file creation day is now written (see #51)
  • New: read.lasheader() now reads the extended variable length record (EVLR)
  • New: write.las() now writes all GeoKeyDirectoryTag + GeoAsciiParamsTag + GeoDoubleParamsTag
  • New: write.las() can now write WKT OGC CS in EVLR
  • Enhance: full update of LASlib (fix #43)
  • Change: use tinytest instead of testthat