-
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
Update data fetcher gdac/erddap to retrieve BGC variables (oxygen) #202
Conversation
…min list but could be depending on the float
…min list but could be depending on the float
Thanks @RaphaelBajon for this work ! |
…ew days with BGC manual, to know the most important variables using BGC floats). To be implemented bgc-standard/bgc-expert mode. An issue is pushed if the number of bgc requested variables is too high (server error).
About CI testsEvery time you push new commits, CI tests are triggered here: https://github.com/euroargodev/argopy/pull/202/checks Fetching BGC data from the erddap is already coded in tests, but skipped. argopy/argopy/tests/__init__.py Line 64 in 13a180b
|
I don't understand why CI tests with BGC dataset are successful with the |
'PARAMATER_DATA_MODE' is not well implemented when requesting it from the erddap server. Each biological variables must have one mode 'A', 'R' or 'D' looking at the BGC documentation (for example, Section 4.2.3 or in the Argo Manual Section 2.6.5 PARAMETER DATA MODE) |
to keep track of PARAMETER_DATA_MODE values, must add the dimension, converting profiles to points
This pull request was marked as staled automatically because it has not seen any activity in 90 days |
This pull request was marked as staled automatically because it has not seen any activity in 90 days |
Hey @gmaze,
|
Hi @RaphaelBajon |
- fix open_mfdataset/drop_variables_not_in_all_datasets - fix open_dataset to handle HDF5 files
prepare for bgc support
This pull request was marked as staled automatically because it has not seen any activity in 90 days |
Hi @RaphaelBajon ! |
let's keep it as a draft ! |
This pull request was marked as staled automatically because it has not seen any activity in 90 days |
Trying to implement BGC Argo floats on argopy using the erddap server. The first goal of this request was to get oxygen variable. Yet it would be better if we could get all the variables of the BGC Argo floats (not only oxygen), loading them directly with argopy (really faster) once the new variables are implemented in the argopy source code.