Skip to content
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

Add section for accesing ArgoBio data #20

Open
PedroVelez opened this issue Sep 6, 2024 · 1 comment
Open

Add section for accesing ArgoBio data #20

PedroVelez opened this issue Sep 6, 2024 · 1 comment
Assignees
Labels

Comments

@PedroVelez
Copy link
Member

There is a branch

  • Read data by cycle
  • Find all Bio floats on a given day of month and make a list
@PedroVelez PedroVelez self-assigned this Sep 6, 2024
@gmaze
Copy link
Member

gmaze commented Sep 9, 2024

Hi @PedroVelez !

argopy is now well equipped to do this:

Read data by cycle

from argopy import DataFetcher
ds = DataFetcher(ds='bgc', src='erddap', mode='expert').profile(6903263, 12).to_xarray()

Find all Bio floats on a given day of month and make a list

from argopy import ArgoIndex
idx = ArgoIndex(index_file='bgc-s').search_tim([-180, 180, -90, 90, '2024-09-08', '2024-09-09'])
idx.read_wmo()

Note that we will issue a major new release before ADMT25 that will support all user modes for BGC data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants