Guillaume Maze

Results 117 comments of Guillaume Maze

> I get the following error: Is your argopy option ``local_ftp`` pointing to a local copy of the Argo GDAC ftp ? ```python from argopy.options import OPTIONS argopy.set_options(local_ftp='/Users/gmaze/data/ARGO/ftp_current') ```

Hi @theospira I have no idea and I would be very curious to know how you manage to create a dataset with 85 millions of points, can you please tell...

Hi @andrewfagerheim I tried the same fetch using the default ftp source (``https://data-argo.ifremer.fr/``) and succeeded ! And since we're using the same xarray/argopy versions I don't see why data would...

Hi @dhruvbalwada @andrewfagerheim Did you fixed this issue using another dataset ? Since this is not coming from argopy I think I can close the issue here

Hi @kamwal Could you please share here the files generated with the float source Matlab code ?

@kamwal I looked at the output for WMO= 3901928 The difference is in the selection of data, or not, from the last 8 profiles: ![Screenshot 2022-05-16 at 08 53 05](https://user-images.githubusercontent.com/1956032/168535646-fcc84fb5-d56e-4da3-8e9f-150c7b1b5f1f.png)...

After discussion with @cabanesc , this appears to be motivated by the post analysis use of the .mat source files: the D netcdf files are created for profiles in the...

@kamwal note that I have no idea when I'll be able to fix this ...

hi @matdever this seems to be linked with a pyarrow version not compatible with argopy (and in fact with fsspec) could you check that your environment matches the minimal versions...

Hi @matdever , did you fixed your import issue ?