forked from r-lidar/lidR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
94 lines (94 loc) · 2.67 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
Package: lidR
Type: Package
Title: Airborne LiDAR Data Manipulation and Visualization for Forestry
Applications
Version: 1.4.0.9000
Date: 2017-10-16
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 lassnags"))
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),magrittr,methods
Imports:
rlas (>= 1.1.6),rgl,stats,utils,grDevices,tools,parallel,raster,rgeos,
data.table,Rcpp,lazyeval,geometry,gstat,sp,settings,gdalUtils,stringr,
memoise,mapview,mapedit,RANN
Suggests:
rgdal,testthat,EBImage,hexbin
LazyData: true
RoxygenNote: 6.0.1
LinkingTo: Rcpp,RcppProgress,rlas,BH
Encoding: UTF-8
biocViews:
Collate:
'RcppExports.R'
'catalog_apply.r'
'catalog_clip.r'
'catalog_index.r'
'catalog_makecluster.r'
'catalog_query.r'
'catalog_reshape.r'
'catalog_select.r'
'class-lasheader.r'
'class-las.r'
'class-lascatalog.r'
'class-lascluster.r'
'constant.R'
'deprecated.r'
'grid_canopy.r'
'grid_catalog.r'
'grid_density.r'
'grid_hexametrics.r'
'grid_metrics.r'
'grid_metrics3d.r'
'grid_terrain.r'
'grid_tincanopy.r'
'lasaggreagte.r'
'lascheck.r'
'lasclassify.r'
'lasclip.r'
'lascolor.r'
'lasdecimate.r'
'lasfilter.r'
'lasground.r'
'lasindentify.r'
'lasmetrics.r'
'lasnormalize.r'
'lasroi.r'
'lassnags.r'
'lastrees.r'
'lidRError.r'
'metrics.r'
'metrics_canopy_roughness.r'
'mutatebyref.r'
'options.r'
'plot.catalog.r'
'plot.las.r'
'plot.lashexametrics.r'
'plot.lasmetrics.r'
'plot.lasmetrics3d.r'
'plot3d.r'
'readLAS.r'
'subcircled.r'
'tree_detection.r'
'tree_metrics.r'
'utils_colors.r'
'utils_geometry.r'
'utils_interpolations.r'
'utils_misc.r'
'utils_progress.r'
'utils_projection.r'
'utils_spatial.r'
'utils_typecast.r'
'writeLAS.r'
'zzz.r'