Package: RMCC Type: Package Title: Airborne LiDAR Filtering Method Based on Multiscale Curvature Version: 0.1.1 Authors@R: c( person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", role = c("aut", "cre")), person("Evans", "Jeffrey S", email = "", role = c("aut")), person("Hudak", "Andrew T", email = "", role = c("aut")), person("Green Code LLC", email = "", role = c("cph"), comment = "Author of the mcc code under US federally funded contract"), person("Jarno", "Elonen", email = "", role = c("cph"), comment = "Author of the included thin plate spline library"), person("Thomas", "Becker", email = "", role = c("cph"), comment = "Author of the included any_iterator library")) Description: Multiscale Curvature Classification of ground returns in 3-D LiDAR point clouds, designed for forested environments. 'RMCC' is a porting to R of the 'MCC-lidar' method by Evans and Hudak (2007) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 LinkingTo: Rcpp, BH Imports: Rcpp Depends: R (>= 2.10) Suggests: tinytest URL: https://github.com/r-lidar/RMCC BugReports: https://github.com/r-lidar/RMCC/issues Repository: https://r-lidar.r-universe.dev Date/Publication: 2025-12-13 15:57:08 UTC RemoteUrl: https://github.com/r-lidar/RMCC RemoteRef: HEAD RemoteSha: a19ba68ce6ad408f170d4b35a3d8a8f5da4e8e73 NeedsCompilation: yes Packaged: 2026-06-24 05:45:42 UTC; root Author: Jean-Romain Roussel [aut, cre], Evans Jeffrey S [aut], Hudak Andrew T [aut], Green Code LLC [cph] (Author of the mcc code under US federally funded contract), Jarno Elonen [cph] (Author of the included thin plate spline library), Thomas Becker [cph] (Author of the included any_iterator library) Maintainer: Jean-Romain Roussel