-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
50 lines (50 loc) · 2.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: lasR
Type: Package
Version: 0.13.4
Title: Fast and Pipeable Airborne LiDAR Data Tools
Authors@R: c(
person("Jean-Romain", "Roussel", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Martin", "Isenburg", email = "", role = "cph", comment = "Is the author of the included LASlib and LASzip libraries"),
person("Benoît", "St-Onge", email = "", role = "cph", comment = "Is the author of the included 'chm_prep' function"),
person("Niels", "Lohmann", email = "", role = "cph", comment = "Is the author of the included json parser"),
person("Volodymyr", "Bilonenko", email = "", role = "cph", comment = "Is the author of the included delaunator triangulation"),
person("State Key Laboratory of Remote Sensing Science, Institute of Remote Sensing Science and Engineering, Beijing Normal University", "", email = "", role = "cph", comment = "Is the copyright holder of the included CSF"),
person("Authors of", "Eigen", role = "cph", comment = "Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS"))
Description: Fast and pipeable airborne lidar processing tools. Read/write
'las' and 'laz' files, computation of metrics in area based approach, point filtering, normalization,
individual tree segmentation and other manipulations in a powerful and versatile processing chain.
URL: https://github.com/r-lidar/lasR
BugReports: https://github.com/r-lidar/lasR/issues
License: GPL-3 + file LICENSE
Depends: R (>= 3.6.0)
Imports:
methods,
utils,
stats
Suggests:
knitr,
rmarkdown,
sf,
terra,
testthat (>= 3.0.0),
RoxygenNote: 7.3.1
SystemRequirements: C++17, GDAL (>= 2.2.3), GEOS (>= 3.4.0), PROJ (>= 4.9.3), sqlite3, GNU make
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
VignetteBuilder: knitr
Collate:
'stages.R'
'deprecated.R'
'doc.R'
'filters.R'
'internals.R'
'json.R'
'openmp.R'
'pipeline_tools.R'
'pipelines.R'
'processor.R'
'tempfile.R'
'ui_tools.R'
'xptr.R'
'zzz.R'