library(MazamaLocationUtils)
meta <- wa_airfire_meta
# Any locations closer than 2 km?
meta %>%
table_findAdjacentLocations(distanceThreshold = 2000) %>%
dplyr::select(AQSID, timezone)
# How about 4 km?
meta %>%
table_findAdjacentLocations(distanceThreshold = 4000) %>%
dplyr::select(AQSID, timezone)
Run the code above in your browser using DataLab