Match dashboard metadata to AlgAware stations using spatial join
Source:R/stations.R
match_bins_to_stations.RdFinds IFCB bins sampled near AlgAware stations by creating buffers around station centroids and performing a spatial join.
Arguments
- metadata
A data.frame with at least
latitudeandlongitudecolumns (from dashboard metadata).- algaware_stations
A data.frame from
load_algaware_stations().