Find pseudoreplicate/duplicate data in Water Tracker output
Source:R/find_duplicates.R
find_duplicates.Rd
Find pseudoreplicate/duplicate data in Water Tracker output
Details
Internal to format_watertracker()
. Not meant to be called
separately.
An observation is considered to be a likely duplicate of a previous observation (i.e. representing the same individual scene) if: (1) the date range of the mosaic starts on or before previous mosaic's end date, (2) the PercentWater and ObservedAreaHa stats match, and (3) PercentWater is either NA or greater than zero (because difficult to distinguish multiple dry images from duplicates).