make_ebird_spatial.Rd
Converts eBird (preferably zero-filled data) into a simple features spatial object.
make_ebird_spatial(
df,
crs.target,
dir.out = NULL,
grid = NULL,
overwrite = FALSE
)
A data frame with columns c(latitude, longitude) and optional attributes (columns).
the integer representing the target CRS.
path to where the resulting spatial data frame will be saved. If NULL will not save to file.
a spatial grid over which the eBird data will be overlaid.
logical if TRUE will overwrite any existing file named "ebird_spatial.rds" in path dir.out