A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

ausplotsR

Directly access plot-based data on vegetation and soils across Australia, with simple function calls to extract the data and merge them into species occurrence matrices for analysis or to calculate things like basal area and fractional cover.
https://github.com/ternaustralia/ausplotsr

Category: Natural Resources
Sub Category: Soil and Land

Last synced: about 19 hours ago
JSON representation

Repository metadata

R package to interact with TERN AusPlots data

README.md

ausplotsR

DOI

R package for live extraction, preparation, visualisation and analysis of TERN Ecosystem Surveillance monitoring data (AusPlots data).

Through ausplotsR, users can now directly access plot-based data on vegetation and soils across Australia, with simple function calls to extract the data and merge them into species occurrence matrices for analysis or to calculate things like basal area and fractional cover.

The data and open access under Creative Commons – Attribution 4.0 International (CC BY 4.0), and have been collected by TERN’s Ecosystem Surveillance platform via field surveys and sampling across a national network of plots and transects. Follow the links for more information on the research infrastructure provided by the Terrestrial Ecosystem Research Network (TERN), an Australian Government NCRIS-enabled project, and its Ecosystem Surveillance platform.

Update to Version 2 to work with new features and settings

The latest package version features a range of bug fixes as well as updated or additional functionality and insome cases altered data extracts and settings, including:

  1. New and improved standardised plant taxonomy matching and fields as well as original herbarium determinations.
  2. Reduced size of default data extraction due to the growing size of the database.
  3. Easier coding, ordering and visualisation of revisits.
  4. Enhanced search options including particular site visits and partial site name matches.

Future updates to Version 2

Pending minor versions of the package will enable extraction of two additional data tables presenting species-level traits (e.g., photosynthetic pathway, invasion status) and survey-level community indices (e.g., species abundance distribution, proportional abundance by photosynthetic pathway, community temperature index).

Using ausplotsR

ausplotsR is now available on CRAN, meaning it can be installed using the 'install packages' command or menu in an R or RStudio session.

ausplotsR requires the following packages as 'Imports': mapdata, vegan, plyr, R.utils, httr, jsonlite, ggplot2, gtools, jose, betapart, curl, r2r, stringr, progress; 'Suggests' (needed to build the package vignette if 'build_vignettes' is set to TRUE below): knitr, markdown, rmarkdown, formatR, sf.

The most current development version of ausplotsR can be installed directly from github using the devtools package, which must be installed first.

To install the package, use:

library(devtools)
install_github("ternaustralia/ausplotsR", build_vignettes = TRUE, dependencies = TRUE)

To get started:

library(ausplotsR)
help(ausplotsR)
browseVignettes(package="ausplotsR")

To download AusPlots data, start with:

?get_ausplots

Or, to simply grab basic site and visit info for all available plots, use:

library(ausplotsR)
my.ausplots.data <- get_ausplots()
names(my.ausplots.data)

Citation

A suggested citation is automatically generated in the following format when you extract TERN AusPlots data via ausplotsR:

TERN ("year") AusPlots ecosystem surveillance monitoring dataset (URL: http://aekos.org.au/collection/adelaide.edu.au/ausplotsrangelands). Obtained via the ausplotsR R package (URL: https://github.com/ternaustralia/ausplotsR), accessed "day month year".

To print the citation of our package:

citation('ausplotsR')

Please include appropriate citation in published papers/reports/theses that use the data and R functions.

Authors: Greg Guerin, Tom Saleeba, Samantha Munroe, Irene Martín-Forés, Bernardo Blanco-Martin, Andrew Tokmakoff


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 773
Total Committers: 9
Avg Commits per committer: 85.889
Development Distribution Score (DDS): 0.389

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

Name Email Commits
Greg Guerin G****n 472
Greg Guerin g****n@W****u 144
batsam369 s****e@a****u 62
Greg Guerin G****G@1****u 37
Tom Saleeba t****a@g****m 32
Ire i****n@a****u 16
Greg Guerin g****n@W****l 5
Greg Guerin G****G@G****l 4
Edmond Chuc 3****c 1

Committer domains:


Issue and Pull Request metadata

Last synced: about 19 hours ago

Total issues: 80
Total pull requests: 49
Average time to close issues: 5 months
Average time to close pull requests: about 1 month
Total issue authors: 9
Total pull request authors: 4
Average comments per issue: 1.91
Average comments per pull request: 0.27
Merged pull request: 44
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 1.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

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

Top Issue Authors

  • GregGuerin (62)
  • tomsaleeba (4)
  • Sammunroe (3)
  • stew822 (2)
  • rubysaltbush (2)
  • tokmakoff (2)
  • FrancoisBrassardAnt (2)
  • rsbivand (2)
  • vgherard (1)

Top Pull Request Authors

  • GregGuerin (43)
  • tomsaleeba (3)
  • MartinFores (2)
  • olivroy (1)

Top Issue Labels

  • enhancement (37)
  • bug (16)
  • Update (12)
  • question (3)
  • help wanted (1)

Top Pull Request Labels


Dependencies

DESCRIPTION cran
  • R >= 3.1.0 depends
  • mapdata * depends
  • maps * depends
  • vegan * depends
  • R.utils * imports
  • betapart * imports
  • curl * imports
  • ggplot2 * imports
  • gtools * imports
  • httr * imports
  • jose * imports
  • jsonlite * imports
  • maptools * imports
  • plyr * imports
  • sp * imports
  • knitr * suggests
  • markdown * suggests
  • rmarkdown * suggests

Score: 4.595119850134591