-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
21 lines (21 loc) · 1.54 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: rlas
Type: Package
Title: Read and Write 'las' and 'laz' Binary File Formats Used for Remote Sensing Data
Version: 1.8.1
Authors@R: c(
person("Jean-Romain", "Roussel", email = "[email protected]", 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"),
person("Martin", "Isenburg", email = "", role = "cph", comment = "Is the author of the LASlib and LASzip libraries"),
person("David", "Auty", email = "", role = c("ctb"), comment = "Reviewed the documentation"),
person("Pierrick", "Marie", email = "", role = ("ctb"), comment = "Helped to compile LASlib code in R"),
person("Tiago", "de Conto", email = "", role = ("ctb"), comment = "Implemented the -thin_with_voxel filter method"))
Description: Read and write 'las' and 'laz' binary file formats. The LAS file format is a public file format for the interchange of 3-dimensional point cloud data between data users. The LAS specifications are approved by the American Society for Photogrammetry and Remote Sensing <https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities>. The LAZ file format is an open and lossless compression scheme for binary LAS format versions 1.0 to 1.4 <https://laszip.org/>.
URL: https://github.com/r-lidar/rlas
BugReports: https://github.com/r-lidar/rlas/issues
License: GPL-3
Depends: R (>= 3.6.0)
Imports: Rcpp, data.table, utils
RoxygenNote: 7.2.3
LinkingTo: Rcpp
Suggests: tinytest
Encoding: UTF-8