Skip to contents

Download Data Discover results from projects across WildTrax

Usage

wt_dd_summary(sensor = c("ARU", "CAM", "PC"), species = NULL, boundary = NULL)

Arguments

sensor

The sensor you wish to query from either 'ARU', 'CAM' or 'PC'

species

The species you want to search for (e.g. 'WTSP'). Multiple species can be included.

boundary

The custom boundary you want to use. Defined as at least a four vertex polygon. Definition can also be a bbox

Value

Return

Examples

if (FALSE) { # \dontrun{

aoi <- list(
c(-110.85438, 57.13472),
c(-114.14364, 54.74858),
c(-110.69368, 52.34150),
c(-110.854385, 57.13472)
)

dd <- wt_dd_summary(sensor = 'ARU', species = 'White-throated Sparrow', boundary = aoi)
} # }