-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using argopy to fetch Argo data ? #37
Comments
Hi @gmaze - yes argopy is definitely on my radar and I anticipate that implementing the data fetching using argopy would be a big upgrade for the bgcArgoDMQC package. I'll plan to do so once argopy has the full BGC support like you said, and will focus my efforts developing the package away from any file fetching components. Thanks! |
Great ! |
Hi @gmaze - just wanted to touch base. I've been using argopy a lot this year and want to start working on using it within the DMQC package. As far as I know you can get BGC variables using argopy if you're in Based on that I have created a branch where I will start playing with it (https://github.com/ArgoCanada/bgcArgoDMQC/tree/integrate-argopy) - I anticipate I will use it mostly by immediately piping the data to a dataframe as most things work using that already. Just wanted to put it on your radar, no action required by you. |
Hi @cgrdn |
hi @cgrdn |
Hi,
Great work ! Awesome to see more python tools to work with Argo data.
This year we started the development of an Argo python library to fetch Argo data from any source: https://github.com/euroargodev/argopy
We're ok with T/S/P data and our next step is to fetch BGC data (euroargodev/argopy#22)
Argopy supports caching, parallelization and manages seemingly for users access to erddap, a local ftp, argovis (and soon the online ftp),
At some point in 2021, argopy will be used internally on the new OWC implementation in python,
Basically, our philosophy is that python tools for Argo should be delegating data fetching to a 3rd party library, namely argopy
Do you think you would have an interest in implementing data fetching with argopy once we'll have full BGC data support ?
The text was updated successfully, but these errors were encountered: