Package: lidR
Type: Package
Title: Airborne LiDAR Data Manipulation and Visualization for Forestry
        Applications
Version: 1.5.0
Date: 2018-05-12
Authors@R: c(
    person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", 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),methods
Imports: data.table, future, gdalUtils, geometry, grDevices, gstat,
        lazyeval, mapview, mapedit, memoise, RANN, raster, Rcpp, rgeos,
        rgl, rlas (>= 1.1.10), settings, sp, stats, tools, utils
Suggests: rgdal, testthat, EBImage, hexbin
LazyData: true
RoxygenNote: 6.0.1
LinkingTo: Rcpp
Encoding: UTF-8
ByteCompile: true
biocViews:
Collate: 'RcppExports.R' 'catalog_apply.r' 'catalog_clip.r'
        'catalog_index.r' 'catalog_laxindex.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'
        'lasfilter.r' 'lasfilterdecimate.r' 'lasfiltersurfacepoints.r'
        'lasground.r' 'lasindentify.r' 'lasmetrics.r' 'lasnormalize.r'
        'lasroi.r' 'lassmooth.r' 'lassnags.r' 'lastrees.r'
        'lastrees_dalponte.r' 'lastrees_li.r' 'lastrees_li2.r'
        'lastrees_silva.r' 'lastrees_watershed.r' 'lasupdateheader.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_projection.r' 'utils_spatial.r' 'utils_typecast.r'
        'writeLAS.r' 'zzz.r'
NeedsCompilation: yes
Packaged: 2018-05-13 22:07:48 UTC; jr
Author: Jean-Romain Roussel [aut, cre, cph],
  David Auty [aut, ctb] (Reviews the documentation),
  Florian De Boissieu [ctb] (Fixed bugs and improved catalog features),
  Andrew Sánchez Meador [ctb] (Implemented lassnags)
Maintainer: Jean-Romain Roussel <jean-romain.roussel.1@ulaval.ca>
Repository: CRAN
Date/Publication: 2018-05-13 22:25:15 UTC
