Check spatial attributes of Sample Station information
Source:R/qa-spatial.R
qa_stations_spatial.Rd
This checks for inconsistent placement of stations to flag potentially incorrect location information
Arguments
- stations
an
sf
data.frame as read in byread_sample_station_info()
- quant_thresh
The quantile above which the distance of a station from the other stations (compared to the average distance between stations) will be flagged as an outlier. Default
0.85
.- dist_thresh
The distance (in m) above which the distance of a station from the other stations will be flagged as an outlier. By default the quantile is used, but can be overriden by setting this to a numeric value in metres.