Check station deployment and retrieval locations are within acceptable distance
ss_check_station_drift.Rd
Check station deployment and retrieval locations are within acceptable distance
Arguments
- log_coords
Data frame with five columns:
station
,latitude
andlongitude
(the coordinates recorded at deployment) and retrieval_latitude and retrieval_longitude (the coordinates recorded during retrieval).- log_crs
The crs of the coordinates in
log_coords
.- max_drift
The maximum acceptable distance between the deployment and retrieval coordinates in metres.
- return_drift
Logical argument indicating whether to return the drift distance.