ArgoCanada / argodata

Download Argo Ocean Float Data
https://argocanada.github.io/argodata
Other
8 stars 3 forks source link

Add `argo_join_pres()` to do a nearest-neighbour fuzzy join on `pres` #31

Closed paleolimbot closed 3 years ago

paleolimbot commented 3 years ago

Maybe out of scope, but could be useful. See

https://github.com/ArgoCanada/argoFloats/issues/442#issuecomment-833468352

base R nearest-neighbour resampling: https://github.com/paleolimbot/bsrto/blob/master/R/utils.R#L47-L64

'fuzzyjoin' package: https://github.com/dgrtwo/fuzzyjoin#fuzzyjoin-join-data-frames-on-inexact-matching

paleolimbot commented 3 years ago

Out of scope for now!