forked from r-lidar/lidR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
147 lines (147 loc) · 3.59 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Package: lidR
Type: Package
Title: Airborne LiDAR Data Manipulation and Visualization for Forestry
Applications
Version: 2.2.3
Date: 2020-02-29
Authors@R: c(
person("Jean-Romain", "Roussel", email = "[email protected]", role = c("aut", "cre", "cph")),
person("David", "Auty", email = "", role = c("aut", "ctb"), comment = "Reviews the documentation"),
person("Florian", "De Boissieu", email = "", role = ("ctb"), comment = "Fixed bugs and improved catalog features"),
person("Andrew", "Sánchez Meador", email = "", role = ("ctb"), comment = "Implemented wing2015 for lassnags"),
person("Bourdon", "Jean-François", email = "", role = ("ctb"), comment = "Implemented sensor_tracking"))
Description: Airborne LiDAR (Light Detection and Ranging) interface for data
manipulation and visualization. Read/write 'las' and 'laz' files, computation
of metrics in area based approach, point filtering, artificial point reduction,
classification from geographic data, normalization, individual tree segmentation
and other manipulations.
URL: https://github.com/Jean-Romain/lidR
BugReports: https://github.com/Jean-Romain/lidR/issues
License: GPL-3
Depends:
R (>= 3.1.0),methods,raster,sp
Imports:
data.table (>= 1.12.0),
future,
gdalUtils,
glue,
grDevices,
lazyeval,
Rcpp (>= 1.0.3),
RCSF,
rgeos,
rgdal,
rgl,
rlas (>= 1.3.5),
sf,
stats,
tools,
utils
Suggests:
EBImage,
concaveman,
crayon,
geometry,
gstat,
hexbin,
mapview,
mapedit,
progress,
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr
LazyData: true
RoxygenNote: 7.0.2
LinkingTo: BH (>= 1.72.0),Rcpp,RcppArmadillo
Encoding: UTF-8
ByteCompile: true
VignetteBuilder: knitr
biocViews:
Collate:
'Class-LASheader.r'
'Class-LAS.r'
'Class-LAScatalog.r'
'Class-LAScluster.r'
'RcppExports.R'
'algorithm-dec.r'
'algorithm-dsm.r'
'algorithm-gnd.r'
'algorithm-itd.R'
'algorithm-its.r'
'algorithm-shp.r'
'algorithm-snag.r'
'algorithm-spi.r'
'catalog_apply.r'
'catalog_fakerun.r'
'catalog_index.r'
'catalog_intersect.r'
'catalog_laxindex.r'
'catalog_makecluster.r'
'catalog_merge_results.R'
'catalog_retile.r'
'catalog_select.r'
'cloud_metrics.r'
'clusters_apply.r'
'deprecated.R'
'doc-drivers.R'
'doc-lidR.R'
'doc-parallelism.R'
'grid_canopy.r'
'grid_density.r'
'grid_metrics.r'
'grid_terrain.r'
'hexbin_metrics.r'
'io_readLAS.r'
'io_readLAScatalog.r'
'io_writeANY.r'
'io_writeLAS.r'
'lascheck.r'
'lasclip.r'
'lasdetectshape.r'
'lasfilter.r'
'lasfilterdecimate.r'
'lasfilterduplicates.r'
'lasfiltersurfacepoints.r'
'lasgenerator.R'
'lasground.r'
'lasindentify.r'
'lasmergelas.r'
'lasmergespatial.r'
'lasnormalize.r'
'lasrangecorrection.R'
'lasrescale.R'
'lasroi.r'
'lassmooth.r'
'lassnags.r'
'lastransform.r'
'lastrees.r'
'lasupdateheader.r'
'lasvoxelize.r'
'methods-LAS.r'
'methods-LAScatalog.r'
'methods-LAScluster.r'
'methods-LASheader.r'
'plot.r'
'plot.s3.r'
'point_metrics.R'
'print.r'
'projection.r'
'sensor_tracking.R'
'tree_detection.r'
'tree_hulls.r'
'tree_metrics.r'
'utils_assertive.r'
'utils_catalog_options.r'
'utils_colors.r'
'utils_define_constant.R'
'utils_delaunay.R'
'utils_geometry.r'
'utils_is.r'
'utils_metrics.r'
'utils_misc.r'
'utils_raster.r'
'utils_threads.r'
'utils_typecast.r'
'voxel_metrics.r'
'zzz.r'