ArgoCanada / argoFloats

Tools for analyzing collections of oceanographic Argo floats
https://argocanada.github.io/argoFloats/index.html
17 stars 7 forks source link

Consider adding age="latest" argument for getProfiles() #558

Closed j-harbin closed 2 years ago

j-harbin commented 2 years ago

This function will work by looking at the date the file was made and compare it to the data_update in the index. If the local file date is OLDER than the date_update it will get the file again.

j-harbin commented 2 years ago

Determine when file was created: file.info("~/data/argo/ar_index_global_prof.rda")$ctime

j-harbin commented 2 years ago

This was added in pull request https://github.com/ArgoCanada/argoFloats/pull/573. Closing issue.