ArgoCanada / argodata

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

argo_traj_measurement() read errors #5

Closed paleolimbot closed 3 years ago

paleolimbot commented 3 years ago
# causes error that should be looked into
library(argodata)
library(dplyr, warn.conflicts = FALSE)

set.seed(293)
traj <- argo_global_traj() %>% 
  argo_filter_data_mode("realtime") %>% 
  sample_n(100)

meas <- traj %>% 
  argo_traj_measurement()
paleolimbot commented 3 years ago

Since the whole backend is rewritten, this doesn't apply!