Package: lasR Type: Package Version: 0.21.1 Title: Fast and Pipeable Airborne LiDAR Data Tools Authors@R: c( person("Jean-Romain", "Roussel", email = "info@r-lidar.com", role = c("aut", "cre", "cph")), person("Alexey", "Grigoryev", email = "agrigoriev@gmail.com", role = "ctb"), 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"), person("Marius", "Muja", email = "mariusm@cs.ubc.ca", role = "cph", comment = "Is an author of the included nanoflann library"), person("David G.", "Lowe", email = "lowe@cs.ubc.ca", role = "cph", comment = "Is an author of the included nanoflann library"), person("Jose L.", "Blanco", email = "joseluisblancoc@gmail.com", role = "cph", comment = "Is an author of the included nanoflann library"), person("Heinich", "Porro", email = "", role = "cph", comment = "Is the original author of the included incremental delaunay library")) 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, Rcpp Suggests: httpuv, knitr, rmarkdown, sf, terra, testthat (>= 3.0.0), LinkingTo: Rcpp RoxygenNote: 7.3.3 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' Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev make libproj-dev libsqlite3-dev Repository: https://r-lidar.r-universe.dev Date/Publication: 2026-07-04 05:37:25 UTC RemoteUrl: https://github.com/r-lidar/lasR RemoteRef: HEAD RemoteSha: 37a7e59e2b88b9868d1387f57c9a99d609b0258b NeedsCompilation: yes Packaged: 2026-07-04 08:44:18 UTC; root Author: Jean-Romain Roussel [aut, cre, cph], Alexey Grigoryev [ctb], Martin Isenburg [cph] (Is the author of the included LASlib and LASzip libraries), Benoît St-Onge [cph] (Is the author of the included 'chm_prep' function), Niels Lohmann [cph] (Is the author of the included json parser), Volodymyr Bilonenko [cph] (Is the author of the included delaunator triangulation), State Key Laboratory of Remote Sensing Science, Institute of Remote Sensing Science and Engineering, Beijing Normal University [cph] (Is the copyright holder of the included CSF), Authors of Eigen [cph] (Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS), Marius Muja [cph] (Is an author of the included nanoflann library), David G. Lowe [cph] (Is an author of the included nanoflann library), Jose L. Blanco [cph] (Is an author of the included nanoflann library), Heinich Porro [cph] (Is the original author of the included incremental delaunay library) Maintainer: Jean-Romain Roussel