munge_ebird_data.Rd
Filter the eBird data and sampling events using R package AUK.
munge_ebird_data(
fns.ebird,
dir.ebird.out,
overwrite = FALSE,
countries = NULL,
states = NULL,
species = "Double-crested Cormorant",
complete.only = TRUE,
protocol = c("Traveling", "Stationary"),
remove.bbs.obs = TRUE,
years = NULL,
max.effort.km = NULL,
max.effort.mins = NULL,
max.num.observers = 10,
f_obs_out = paste0(dir.ebird.out, "ebird_obs_filtered.txt"),
f_samp_out = paste0(dir.ebird.out, "ebird_samp_filtered.txt")
)
File paths for the EBD and SamplingEvents data to import. Character vector of filenames for original files.
Location of where to save and/or find the filtered/subsetted eBird data.
logical If true will overwrite existing filtered data objects in directory 'dir.ebird.out'
Character vector of country abbreviations for filtering ebird data against.
Character vector of state/province abbreviations for filtering ebird data against.
species for filtering eBird data
logical if TRUE will remove incomplete checklists
which eBird protocol to include
logical if TRUE will use crude and untested method for removing BBS data from eBird data (see function for details)
years to include in data
maximum distance (kilometers) of birding events to include
maximum number of minutes of birding events to include
maximum number of observers declared at a birding event to include
Filename for saving the filtered eBird observations data
Filename for saving the filtered eBird sampling data