-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For a given float WMO, a new class to easily open netcdf dataset for local and remote GDAC #429
base: master
Are you sure you want to change the base?
Conversation
Add shortcuts for US GDAC server
Fix bug whereby some attributes could be lost during casting
this is a refactoring
J'ai commencé à tester (sous python 3.10.13). Après discussion avec Kevin, c'est probablement car mon répertoire local n'est pas un répertoire 'GDAC' compatible Sinon, ds = af.open_dataset('Sprof') donne un message d'erreur : |
This PR shall provides a new float store to delegate to argopy all Argo netcdf files access/read methods, for local and remote GDAC content.
This new data store,
ArgoFloat
, aims to provide methods for third party libraries, or operator and expert workflow, to access local, or remote, Argo GDAC netcdf files without the burden of transfer protocol and GDAC paths handling.Online API:
More detailed Expected API:
Once merged, #385 and #423 will provide lazy methods for this class.
This new class shall provides much more attributes and methods. The API design is laid out in here: https://gist.github.com/gmaze/6924fc26405f42aa36fd5a22a64657ea
Online documentation can be found here:
https://argopy--429.org.readthedocs.build/en/429/generated/argopy.ArgoFloat.html