Check station location is in the ocean (not on land)
ss_check_station_in_ocean.Rd
Check station location is in the ocean (not on land)
Arguments
- log_coords
Data frame with three columns:
station
,latitude
andlongitude
, i.e., with the station coordinates as recorded in the deployment log.- log_crs
The crs of the coordinates in
log_coords
.- coast_shp
Shapefile of the coast for comparison to the station location. The resolution of the shapefile can impact the results of this test. Coarse resolution may result in false positives for overlapping with land. If
NULL
, must be connected to the Perennia R drive.