A function to repair high tide data.
wat_repair_ht_patches( patch_data_list, lim_spat_indep = 100, lim_time_indep = 30, buffer_radius = 10 )
| patch_data_list | A list of data.tables, each the output of make_res_patch. Must have an sfc geometry column. |
|---|---|
| lim_spat_indep | The spatial independence limit. |
| lim_time_indep | The temporal independence limit. |
| buffer_radius | The buffer size for spatial polygons. |
A datatable with repaired high tide patches.