Skip to content

maRce10/suwo

Folders and files

NameName
Last commit message
Last commit date
Mar 25, 2025
Oct 3, 2024
Mar 25, 2025
Feb 7, 2024
Oct 8, 2024
Mar 25, 2025
Aug 7, 2023
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Aug 11, 2023
Dec 11, 2024
Jan 17, 2025
Jun 14, 2024
Aug 7, 2023
Dec 11, 2024
Oct 15, 2024
Sep 6, 2024
Dec 11, 2024
May 2, 2024
Dec 11, 2024
Aug 11, 2023
Aug 7, 2023
Mar 25, 2025
Aug 4, 2023

Repository files navigation

suwo: access nature media repositories through R

lifecycle Dependencies Project Status: Active The project has reached a stable, usable state and is being actively developed. Licence

GitHub last commit Codecov test coverage

suwo logo

suwo is intended streamline searching/downloading of nature media files (e.g. audios, photos) from online repositories.

suwo offers functions for critical steps in the acquisition of data necessary to develop methods that require a large amount of data.

The main features of the package are:

  • Obtaining media metadata from online repositories
  • Downloading associated media files
  • Updating data sets with new records

THE PACKAGE IS ON AN EARLY DEVELOPMENTAL STAGE. We are currently searching for new online repositories to be included in the package. Please open a new issue if you want to suggest a new repository.

Online repositories currently supported:

  • INaturalist
  • Wikiaves
  • Macaulay Library
  • Xenocanto
  • Observation.org

Installing suwo

Install/load the package from CRAN as follows:

# From CRAN would be
# install.packages("suwo")

# load package
library(suwo)

To install the latest developmental version from github you will need the R package remotes:

remotes::install_github("maRce10/suwo")

#load package
library(suwo)

Please cite suwo as follows:

Araya-Salas, M., & Elizondo-Calvo, J. 2023. suwo: access nature media repositories through R. R package version 0.1.0.