ausplotsr

R package to interact with TERN AusPlots data

https://github.com/ternaustralia/ausplotsr

Science Score: 33.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    3 of 9 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

R package to interact with TERN AusPlots data

Basic Info
  • Host: GitHub
  • Owner: ternaustralia
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 6.43 MB
Statistics
  • Stars: 9
  • Watchers: 2
  • Forks: 6
  • Open Issues: 2
  • Releases: 3
Created about 11 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

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. 1. Reduced size of default data extraction due to the growing size of the database. 1. Easier coding, ordering and visualisation of revisits. 1. 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: R 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

  • Name: TERN
  • Login: ternaustralia
  • Kind: organization
  • Email: tern@uq.edu.au
  • Location: Brisbane

TERN is enabled by NCRIS. Our work is a result of collaborative partnerships with many universities and institutions.

GitHub Events

Total
  • Issue comment event: 1
Last Year
  • Issue comment event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 773
  • Total Committers: 9
  • Avg Commits per committer: 85.889
  • Development Distribution Score (DDS): 0.389
Past Year
  • Commits: 148
  • Committers: 1
  • Avg Commits per committer: 148.0
  • Development Distribution Score (DDS): 0.0
Top Committers
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 (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 45
  • Total pull requests: 28
  • 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: 2.09
  • Average comments per pull request: 0.25
  • Merged pull requests: 25
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • GregGuerin (35)
  • Sammunroe (2)
  • tomsaleeba (2)
  • vgherard (1)
  • stew822 (1)
  • rubysaltbush (1)
  • tokmakoff (1)
  • FrancoisBrassardAnt (1)
  • rsbivand (1)
Pull Request Authors
  • GregGuerin (24)
  • tomsaleeba (2)
  • MartinFores (1)
  • olivroy (1)
Top Labels
Issue Labels
enhancement (22) bug (9) Update (6) question (2) help wanted (1)
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