Hello everybody, I am trying to use argopy for the first time right now and I can't get the example to work ftproot = argopy.tutorial.open_dataset('localftp')[0]
then fetch data:
with argopy.set_options(src='localftp', local_ftp=ftproot):
ds = ArgoDataFetcher().float(1900857).to_xarray()
print(ds)
ftproot
?