Guillaume Maze
Guillaume Maze
> 1. Locally I have a dataset `ds` at the end how did you managed the error from the open_dataset we've seen together the other day ? When I try...
Here is a peace of code to make sure we can fetch a BGC float with the GDAC data source: ```python argopy.set_options(mode='expert', src='gdac', dataset='bgc') host_list = [argopy.tutorial.open_dataset("localftp")[0], 'https://data-argo.ifremer.fr', 'ftp://ftp.ifremer.fr/ifremer/argo', ]...
Hi @RaphaelBajon Awesome ! I can't today, what about Wed. 10th in the morning ?
Hi @RaphaelBajon ! I close this PR since it has been superseded by work done in https://argopy.readthedocs.io/en/latest/whats-new.html#v0-1-14-29-sep-2023 I'll keep the branch though, because some of your work is still relevant...
let's keep it as a draft !
closing because no news is good news
Hi @SBS-EREHM If you're still around, just to mention 2 things: - the ``localftp`` data source has been deprecated and replaced by the ``gdac`` data source together with a ``ftp``...
this will be obsolete after 0.1.13 release and #245 merge
I tested the 'argo' engine on a collection of sample files covering all of 7 Argo data types, and it works ! ``` OK for Argo profile (test file: /dac/bodc/6901929/6901929_prof.nc)...
> Warning when casting datetime Could you please give me the output of: ```python argopy.show_versions() ```