sgsR

A structurally guided sampling toolbox for LiDAR-based forest inventories.
https://github.com/tgoodbody/sgsr

Category: Biosphere
Sub Category: Forest Remote Sensing

Last synced: about 5 hours ago
JSON representation

Repository metadata

README.Rmd

          ---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)
```

# sgsR - structurally guided sampling 


![license](https://img.shields.io/badge/Licence-GPL--3-blue.svg)
[![R-CMD-check](https://github.com/tgoodbody/sgsR/workflows/R-CMD-check/badge.svg)](https://github.com/tgoodbody/sgsR/actions)
[![Codecov test coverage](https://codecov.io/gh/tgoodbody/sgsR/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tgoodbody/sgsR?branch=main)
[![](https://cranlogs.r-pkg.org/badges/sgsR)](https://CRAN.R-project.org/package=sgsR)


## Installation :computer: {.unnumbered}

Install the stable version of [`sgsR`from CRAN](https://cran.r-project.org/package=sgsR) with:

``` r
install.packages("sgsR")
library(sgsR)
```

Install the most recent development version of [`sgsR` from Github](https://github.com/tgoodbody/sgsR) with:

``` r
install.packages("devtools")
devtools::install_github("https://github.com/tgoodbody/sgsR")
library(sgsR)
```
## Citing `sgsR` in literature

Open access publication: [sgsR: a structurally guided sampling toolbox for LiDAR-based forest inventories](https://doi.org/10.1093/forestry/cpac055)

To cite `sgsR` use `citation()` from within R with:

```{r}
print(citation("sgsR"), bibtex = TRUE)
```

## Overview

`sgsR` provides a collection of stratification and sampling algorithms that use auxiliary information for allocating sample units over an areal sampling frame. ALS metrics, like those derived from the [`lidR` package](https://cran.r-project.org/package=lidR) are the intended inputs.

Other remotely sensed or auxiliary data can also be used (e.g. optical satellite imagery, climate data, drone-based products).

`sgsR` is being actively developed, so you may encounter bugs. If that happens, [please report your issue here](https://github.com/tgoodbody/sgsR/issues) by providing a reproducible example.

## Example usage :bar_chart: {.unnumbered}

``` r
#--- Load mraster files ---#
r <- system.file("extdata", "mraster.tif", package = "sgsR")

#--- load the mraster using the terra package ---#
mraster <- terra::rast(r)

#--- apply quantiles algorithm to mraster ---#
sraster <- strat_quantiles(mraster = mraster$zq90, # use mraster as input for stratification
                           nStrata = 4) # produce 4 strata
                        
#--- apply stratified sampling ---#
existing <- sample_strat(sraster = sraster, # use sraster as input for sampling
                         nSamp = 200, # request 200 samples
                         mindist = 100, # samples must be 100 m apart
                         plot = TRUE) # plot output

```

## Resources & Vignettes :books: {.unnumbered}

Check out [the package documentation](https://tgoodbody.github.io/sgsR/index.html) to see how you can use `sgsR` functions for your work.

`sgsR` was presented at the ForestSAT 2022 Conference in Berlin. [Slides for the presentation can be found here.](https://tgoodbody.github.io/sgsR-ForestSAT2022/)

## Collaborators :woman: :man: {.unnumbered} 

We are thankful for continued collaboration with academic, private industry, and government institutions to help improve `sgsR`. Special thanks to to:

```{r,echo=FALSE, results = 'asis'}
library(knitr)
names <- c("Martin Queinnec", "Joanne C. White", "Piotr Tompalski", "Andrew T. Hudak", "Ruben Valbuena", "Antoine LeBoeuf", "Ian Sinclair", "Grant McCartney", "Jean-Francois Prieur", "Murray Woods")

aff <- c("University of British Columbia", "Canadian Forest Service", "Canadian Forest Service", "United States Forest Service", "Swedish University of Agricultural Sciences", "Ministère des Forêts, de la Faune et des Parcs", "Ministry of Northern Development, Mines, Natural Resources and Forestry", "Forsite Consultants Ltd.", "Université de Sherbrooke", " (Retired)	Ministry of Northern Development, Mines, Natural Resources and Forestry")

urls <- c(
  "https://www.researchgate.net/profile/Martin-Queinnec",
  "https://scholar.google.ca/citations?user=bqjk4skAAAAJ&hl=en/",
  "https://scholar.google.ca/citations?user=RtYdz0cAAAAJ&hl=en/",
  "https://www.fs.usda.gov/research/about/people/ahudak/",
  "https://scholar.google.com/citations?user=Nx336TQAAAAJ&hl=en/",
  "https://scholar.google.com/citations?user=wGsKOK8AAAAJ&hl=en/",
  "https://ca.linkedin.com/in/ian-sinclair-984929a4/",
  "https://www.signalhire.com/profiles/grant-mccartney%27s-email/99719223/",
  "https://www.researchgate.net/scientific-contributions/Jean-Francois-Prieur-2142960944",
  "https://www.researchgate.net/profile/Murray-Woods"
)

df <- data.frame(Collaborator = names, Affiliation = aff)


df$Collaborator <- paste0("[", df$Collaborator, "](", urls, ")")

kable(df)
```


## Funding :raised_hands: {.unnumbered}
Development of `sgsR` was made possible thanks to the financial support of the Canadian Wood Fibre Centre's Forest Innovation Program.


        

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 555
Total Committers: 6
Avg Commits per committer: 92.5
Development Distribution Score (DDS): 0.029

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Tristan Goodbody 6****y 539
evadChoi d****i@m****a 6
Nic s****s@h****t 4
Jean-Romain j****1@u****a 4
rhijmans r****s@g****m 1
Teun van den Brand t****d@g****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 22
Total pull requests: 14
Average time to close issues: 21 days
Average time to close pull requests: 2 days
Total issue authors: 7
Total pull request authors: 6
Average comments per issue: 1.05
Average comments per pull request: 0.21
Merged pull request: 13
Bot issues: 0
Bot pull requests: 0

Past year issues: 2
Past year pull requests: 1
Past year average time to close issues: about 4 hours
Past year average time to close pull requests: about 1 month
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 1.0
Past year average comments per pull request: 1.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/tgoodbody/sgsr

Top Issue Authors

  • tgoodbody (13)
  • spono (2)
  • jfprieur (2)
  • rhijmans (2)
  • ttrotto (1)
  • lukasjarron (1)
  • rymac17 (1)

Top Pull Request Authors

  • tgoodbody (8)
  • Jean-Romain (2)
  • evadChoi (1)
  • rhijmans (1)
  • teunbrand (1)
  • spono (1)

Top Issue Labels

  • bug (11)
  • enhancement (4)
  • invalid (2)

Top Pull Request Labels


Package metadata

cran.r-project.org: sgsR

Structurally Guided Sampling

  • Homepage: https://github.com/tgoodbody/sgsR
  • Documentation: http://cran.r-project.org/web/packages/sgsR/sgsR.pdf
  • Licenses: GPL (≥ 3)
  • Latest release: 1.4.5 (published about 1 year ago)
  • Last Synced: 2024-11-30T23:38:12.162Z (5 months ago)
  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 255 Last month
  • Rankings:
    • Stargazers count: 7.754%
    • Forks count: 8.693%
    • Dependent repos count: 23.802%
    • Average: 24.726%
    • Dependent packages count: 28.64%
    • Downloads: 54.741%
  • Maintainers (1)

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action 4.1.4 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 3.5.0 depends
  • methods * depends
  • BalancedSampling * imports
  • SamplingBigData * imports
  • clhs * imports
  • dplyr * imports
  • ggplot2 * imports
  • sf * imports
  • spatstat.geom * imports
  • terra * imports
  • tidyr * imports
  • RANN * suggests
  • Rfast * suggests
  • covr * suggests
  • doParallel * suggests
  • doSNOW * suggests
  • entropy * suggests
  • foreach * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • roxygen2 * suggests
  • snow * suggests
  • spelling * suggests
  • testthat >= 3.0.0 suggests

Score: 11.16947695061237