Attach deployment metadata with image data.
Arguments
- deployments
deployments data, as created by
make_deployments()
- image_data
data.frame of class
image_data
, as read in byread_image_data()
.- drop_unjoined
if there are unmatched
deployment_labels
between deployments and image data, should they be dropped from the output (this is equivalent to adplyr::inner_join()
)? Default isFALSE
.- as_sf
should the data be returned as an
sf
object of the station locations? DefaultTRUE