Skip to content

wildRtrax is an R package for environmental sensor data management and analytics

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ABbiodiversity/wildRtrax

Repository files navigation

wildRtrax

Lifecycle: stable R-CMD-check codecov CRAN status

Overview

wildRtrax (pronounced wild-R-tracks) is an R package containing functions to help manage and analyze environmental sensor data. It helps to simplify the entire data life cycle by offering tools for data pre-processing, wrangling, and analysis, facilitating seamless data transfer to and from WildTrax. With wildRtrax, users can effortlessly establish end-to-end workflows and ensure reproducibility in their analyses. By providing a consistent and organized framework, the package promotes transparency and integrity in research, making it effortless to share and replicate results.

Installation

You can install the most recent version of wildRtrax directly from this repository with:

# install.packages("remotes")
remotes::install_github("ABbiodiversity/wildRtrax")

The development version of this package contains experimental features and recent fixes. It can be installed with:

remotes::install_github("ABbiodiversity/wildRtrax@development")

The development version of the package will be periodically merged and will be reflected in the Changelogs.

Usage

All functions begin with a wt_* prefix. Column names and metadata align with the WildTrax infrastructure. The goal is to follow the work flow of pre-processing, linking with WildTrax, download and analysis. Some functions are built specifically for ARUs 🔉, cameras 📷 or point counts 🐦, while others are used for all sensors. 🦇 denotes ultrasonic functionalities.

  • Pre-process acoustic data
    • wt_audio_scanner() 🔉 🦇
    • wt_run_ap() 🔉
    • wt_glean_ap() 🔉
    • wt_signal_level() 🔉
    • wt_chop() 🔉 🦇
    • wt_make_aru_tasks() 🔉 🦇
    • wt_songscope_tags() 🔉
    • wt_kaleidoscope_tags() 🔉 🦇
  • Download data from WildTrax
    • wt_auth() 📷 🔉 🐦 🦇
    • wt_get_download_summary() 📷 🔉 🐦 🦇
    • wt_download_report() 📷 🔉 🐦 🦇
      • Available reports: main, project, location, recording, image_set, image, tag, point_count, megadetector, megaclassifer, birdnet
    • wt_get_species() 📷 🔉 🐦 🦇
    • wt_download_tags() 🔉 🦇
  • Analyze data
    • wt_summarise_cam() 📷
    • wt_ind_detect() 📷
  • Convenience functions
    • wt_location_distances() 🔉 📷 🐦 🦇
    • wt_tidy_species() 🔉 📷 🐦 🦇
    • wt_replace_tmtt() 🔉
    • wt_make_wide() 🔉 🐦 🦇
    • wt_format_occupancy() 🔉 🐦
    • wt_qpad_offsets() 🔉 🐦

Issues

To report bugs, request additional features, or get help using the package, please file an issue.

Contributors

License

This R package is licensed under MIT license© 2023 Marcus Becker, Alex MacPhail, Elly Knight and the Alberta Biodiversity Monitoring Institute.

Code of Conduct

Please note that wildRtrax is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

wildRtrax is an R package for environmental sensor data management and analytics

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages