Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Jul 17, 2024
1 parent 0f43c49 commit 8b8a877
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rlas
Type: Package
Title: Read and Write 'las' and 'laz' Binary File Formats Used for Remote Sensing Data
Version: 1.8.0
Version: 1.8.1
Authors@R: c(
person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", role = c("aut", "cre", "cph")),
person("Florian", "De Boissieu", email = "", role = c("aut", "ctb"), comment = "Enable the support of .lax file and extra byte attributes"),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### rlas v1.8.1

- Removed a `boost` header still included in the code.

### rlas v1.8.0

- Internal changes to appease CRAN: remove dependency to boost
- Internal changes to appease CRAN: remove dependency to `boost`

### rlas v1.7.0

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

R package to read and write `.las` and `.laz` binary files used to store LiDAR data.

`rlas` relies on a modified version of `LASlib` and `LASzip` that were modified to be compatible with `R`. The library can therefore be compiled into `R` without any complaints from `R CMD check`. It enables R users to read and write binary files commonly used to store LiDAR data. LAS version 1.0 to 1.4 are supported.
This package is used by the [`lidR`](https://github.com/r-lidar/lidR) package and is not intended to be used by regular users. Everything you need is in the `lidR` package with a high-level front end. Only package developers who would like to build something new from a low-level API might be interested in `rlas`.

`rlas` relies on a modified version of `LASlib` and `LASzip` that were modified to be compatible with `R`. The library can therefore be compiled into `R` without any complaints from `R CMD check`. It enables R users to read and write binary files commonly used to store LiDAR data. LAS/LAZ version 1.0 to 1.4 are supported.

```r
library(rlas)
Expand Down

0 comments on commit 8b8a877

Please sign in to comment.