Skip to content

Commit 2d6aa5e

Browse files
committed
1.5.0
1 parent 70b47df commit 2d6aa5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rlas
22
Type: Package
33
Title: Read and Write 'las' and 'laz' Binary File Formats Used for Remote Sensing Data
4-
Version: 1.4.1
4+
Version: 1.5.0
55
Date: 2021-05-26
66
Authors@R: c(
77
person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", role = c("aut", "cre", "cph")),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### rlas v1.4.1 (Release date: )
1+
### rlas v1.5.0 (Release date: )
22

3-
- New: Full waveform support (still experimental and incomplete). `read.las()` can read full waveform but `write.las()` can't write yet. The current read mode reads raw data without interpretation. A function `fwf_interpretation()` can parse the raw data into something more manageable by users. Everything is experimental and prone to modification. For example we might change our mind and read interpreted waveform instead of raw data in the future. The format of the output of `fwf_interpretation()` may also change if we find that this current design is not relevant. In short the FWF support is not mature yet and we hope to provide a more mature API in v1.5.0.
3+
- New: Full waveform support (still experimental and incomplete). `read.las()` can read full waveform but `write.las()` can't write yet. The current read mode reads raw data without interpretation. A function `fwf_interpretation()` can parse the raw data into something more manageable by users. Everything is experimental and prone to modification. For example we might change our mind and read interpreted waveform instead of raw data in the future. The format of the output of `fwf_interpretation()` may also change if we find that this current design is not relevant. In short the FWF support is not mature yet and we hope to provide a more mature API in v1.6.0.
44
- Misc: removed `LazyData` in `DESCRIPTION`
55
- Misc: Update `Description` in `DESCRIPTION` to include format 1.4 in reading capabilities.
66
- Enhance: `header_create()` creates a v1.4 header if the point source format is detected to be 6 or more

0 commit comments

Comments
 (0)