It's probably still too early, but argopy is able to fetch and return data from the Argo reference dataset !
from argopy import DataFetcher as ArgoDataFetcher
loader = ArgoDataFetcher(src='erddap', ds='ref')
ds1 = loader.region([-85, -45, 10, 20, 0, 1000, ‘2012-01’, ‘2012-02’]).to_xarray()
we could develop an access point that would work with owc, ie using distances instead of a rectangular space/time domain
Originally posted by @gmaze in #30 (comment)
It's probably still too early, but argopy is able to fetch and return data from the Argo reference dataset !
we could develop an access point that would work with owc, ie using distances instead of a rectangular space/time domain
Originally posted by @gmaze in #30 (comment)