Skip to content

Code to standardize data across multiple classifying platforms and merge for complete datasets

Notifications You must be signed in to change notification settings

SnapshotSafari/standard-merge

Repository files navigation

standardizeSnapshot

Snapshot Safari data comes in different standards, following the method that was used to classify pictures (Zooniverse, TrapTagger or Digikam). This R package allows to standardize all data sources to a unique file format.

Warning: all outputs have not been thoroughly checked (in particular for the camera IDs).

Installation

You can install this package using the following commands in the R console (NB: you need an internet connection):

install.packages("devtools") # if devtools is not installed already
library(devtools)
devtools::install_github("https://github.com/SnapshotSafari/standard-merge",
                         build_vignettes = TRUE)

Documentation

The package website lists the documentation of all functions under the reference section.

Two articles on the website also show the typical workflow for the package to standardize one or several file(s).

NB: you can also read functions documentation in the file standardizeSnapshot_xx.pdf at the root of this directory and view the articles in R with vignette("standardize-file") or vignette("standardize-files").

Contents

The R/ folder contains all the package functions.

Unitary tests were run with the R package testthat and can be found in tests/. Additional tests run with files installed locally can also be found in scripts_tests/.

About

Code to standardize data across multiple classifying platforms and merge for complete datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages