Guillaume Maze
Guillaume Maze
> Du coup j'ai fait mon propre script et je raffraichis les token toutes les heures. Ca semble marcher correctement. Salut @JohanSweck Tu pourrais stp partager ton script ? J'imagine...
Hi @kamwal Like in #218 could you please share files generated with the Matlab code ?
@quai20 you coded this method, what do you think ? I found out about this when working on the [groupy_pressure_bins method](https://github.com/euroargodev/argopy/blob/21980f889e12c82e24c7f27b78e8a355275b7165/argopy/xarray.py#L1085) The ``interp_std_levels`` could easily be updated to match the...
One could indeed argue that to avoid confusion, making the output clearly **not** an Argo-like dataset is a good thing to do On the other hand, the accessor keep track...
Coverage here: https://app.codecov.io/gh/euroargodev/argopy/blob/master/argopy/plotters.py
Hi @kelseybisson The ``localftp`` data source could be used for that. ## Qestion 1: But in your wget, you don't filter anything (space, time, wmo), so you'd like to retrieve...
Ok, this is possible, but not quite yet entirely Using the ``localftp`` data source together with the option ``ds='bgc'`` you will be able to load Sprof.nc files. However ! -...
Note that we're focusing on developing `argopy` for the core mission first, and then we will focus on the very needed biogeochemical variables.
The erddap has the ``ds='bgc'`` option as well, but only oxygen data are available. ```python ArgoDataFetcher(src='erddap', ds='bgc').float(5903248).to_xarray() ``` Note that the erddap version of the BGC variable is not yet...
Hi @kelseybisson, thanks for your patience, Working on BGC data from the local, ftp and erddap is on my plate for November, my plan is to produce a release with...