Retrieve eBird Data
get_ebird.Rd
Filters and retrieves data from an eBird GeoDatabase file (.gdb) using a SQL query.
Arguments
- path
Character string specifying the file path to the eBird GeoDatabase file (.gdb).
- species
Character vector of species names to filter (e.g., "Snow Goose"). If
NULL
, the query will not filter by species.- year
Integer vector of years to filter (e.g.,
2012:2014
). IfNULL
, the query will not filter by year.- month
Integer vector of months to filter (e.g.,
4:5
). IfNULL
, the query will filter by year only.- extent
An
sf
orterra
spatial object defining the spatial extent to filter data. IfNULL
, the query will not apply spatial filtering.- ...
Additional arguments passed to the SQL query construction function (
compose_query
). This allows for further customization of query conditions.