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

Need a chunker for cycles #362

Open
gmaze opened this issue Jun 11, 2024 · 1 comment
Open

Need a chunker for cycles #362

gmaze opened this issue Jun 11, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted internals Internal machinery performance stale No activity over the last 90 days

Comments

@gmaze
Copy link
Member

gmaze commented Jun 11, 2024

As of now, argopy supports chunking along latitude/longitude/depth/time/wmo but not cycle numbers !

This was not necessary for the 'phy' dataset (core/deep data) but this is no longer the case for BGC

Many floats report hundreds of profiles and the erddap may return a Error 413 (Payload Too Large)

See for instance float 6901180 with +400 profiles:

DataFetcher(ds='bgc').float(6901180)

This new feature should take place in https://github.com/euroargodev/argopy/blob/master/argopy/utils/chunking.py

@gmaze gmaze added enhancement New feature or request good first issue Good for newcomers help wanted performance internals Internal machinery labels Jun 11, 2024
Copy link

This issue was marked as staled automatically because it has not seen any activity in 90 days

@github-actions github-actions bot added the stale No activity over the last 90 days label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted internals Internal machinery performance stale No activity over the last 90 days
Projects
None yet
Development

No branches or pull requests

1 participant