{"id":32204668,"url":"https://github.com/antguz/rtls","last_synced_at":"2025-10-22T05:00:13.246Z","repository":{"id":53785691,"uuid":"162520913","full_name":"Antguz/rTLS","owner":"Antguz","description":"rTLS: Tools to Process Point Clouds Derived from Terrestrial Laser Scanning","archived":false,"fork":false,"pushed_at":"2021-12-10T17:39:21.000Z","size":157544,"stargazers_count":26,"open_issues_count":2,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-22T04:59:57.159Z","etag":null,"topics":["lidar","point-cloud","tls"],"latest_commit_sha":null,"homepage":"https://antguz.github.io/rTLS","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Antguz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-20T03:20:03.000Z","updated_at":"2025-09-02T08:20:56.000Z","dependencies_parsed_at":"2022-08-26T10:41:29.966Z","dependency_job_id":null,"html_url":"https://github.com/Antguz/rTLS","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Antguz/rTLS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antguz%2FrTLS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antguz%2FrTLS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antguz%2FrTLS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antguz%2FrTLS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Antguz","download_url":"https://codeload.github.com/Antguz/rTLS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antguz%2FrTLS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280382997,"owners_count":26321423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lidar","point-cloud","tls"],"created_at":"2025-10-22T05:00:11.641Z","updated_at":"2025-10-22T05:00:13.236Z","avatar_url":"https://github.com/Antguz.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nrTLS \u003cimg src=\"https://raw.githubusercontent.com/Antguz/rTLS/master/man/figures/rTLS_logo.png\" align=\"right\" alt=\"\" width=\"120\" /\u003e\n=============================================================================\n[![](https://www.r-pkg.org/badges/version/rTLS)](https://CRAN.R-project.org/package=rTLS)\n[![R build status](https://github.com/Antguz/rTLS/workflows/R-CMD-check/badge.svg)](https://github.com/Antguz/rTLS/actions)\n[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Antguz/rTLS)\n[![](http://cranlogs.r-pkg.org/badges/grand-total/rTLS)](https://cran.r-project.org/package=rTLS)\n\nThis is an R package to that compiles a series of tools to process and calculate metrics on point clouds derived from Terrestrial Laser Scanners (TLS), also know as Terrestrial-Light Detection and Ranging (T-LiDAR).\n\nOriginally, ___rTLS___ started as a hobby by [J. Antonio Guzman Q.](https://www.jaguzmanq.com/) (\u003cantguz06@gmail.com\u003e) at the University of Alberta. It compiles several functions that students at the [Centre for Earth Observation Sciences](https://www.ualberta.ca/centre-for-earth-observation-sciences/index.html) use to process their point cloud of vegetation. Due to its constant use, it was decided to formalize its routines as an R package. This was done under the supervision of [Dr. Arturo Sanchez](https://apps.ualberta.ca/directory/person/gasanche) (\u003carturo.sanchez@ualberta.ca\u003e) and the supreme help of [Ronny Hernandez](http://ronnyhdez.rbind.io/) (\u003cronny.hernandezm@gmail.com\u003e). \n\n___rTLS___ goal is to provide a single environment to process point clouds as fast as it can be done. That it is why the ___rTLS___ coding has been evolving using different packages. The current code has been enhanced using C++ language through `Rcpp` and `RcppArmadillo` packages, and most of the time-consuming processed can be run using for parallel computing through `OpenMP`. In the future, if there is a faster way to run our main routines, we will probably change our code!\n\nThe current development of ___rTLS___ is focused on five major processes applied on TLS scans: i) voxelization, ii) point neighborhood features, iii) filtering, and iv) optimal voxel and entropy, and iv) estimation of the forest structure. Likewise, the package also contains other functions that can be used to mange point clouds such as 2D- 3D-rotation, conversion to cardinal-polar coordinates, and functions to estimate tree metrics such as truck volume or crown area.\n\n***\n\n### Major features include:\n\n* Support for major platforms: Windows, Linux, macOS.\n\n* Fast computation using parallel processing options.\n\n* Fast voxelization using grid base methods.\n\n* Applications of voxel-counting methods.\n\n* Fast estimation of geometry features of the neighboring points using two approach: \n    + radius search. \n    + k-nearest neighbors.\n\n* Estimation of canopy structure using single point hemispherical scanning\n\n* Filtering of point clouds using:\n    + Statistical Outlier Removal (SOR)\n    + Minimum of neighbors\n    + Nearest point to voxel center\n\n* Line AABB tracing path (ray-tracing)\n\n* Estimation of tree metrics:\n    + DBH using RANSAC fitting\n    + Crown area using convex hull\n\n* And many more!  \n\n***\n\n### Installation\n\nYou can install the ___rTLS___ using the CRAN platform following\n\n```\ninstall.packages(\"rTLS\")\n```\n\nor using the development version in github following (recommended)\n\n```\nremotes::install_github(\"Antguz/rTLS\")\n```\nif you have problems also try \n\n```\ndevtools::install_github(\"Antguz/rTLS\", INSTALL_opts= c(\"--no-multiarch\"))\n```\n\nMost common problems for installation comes from rgl package. If required, \ntry to install rgl first and then ___rTLS___.\n\n***\n\n### Usage\n\nTake a look to the [vignettes](https://antguz.github.io/rTLS/articles/) were we \nprovide details for the use and potential applications of our functions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantguz%2Frtls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantguz%2Frtls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantguz%2Frtls/lists"}