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

Gather Winston data in chunks rather than all at once #18

Open
liamtoney opened this issue Apr 3, 2020 · 1 comment
Open

Gather Winston data in chunks rather than all at once #18

liamtoney opened this issue Apr 3, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@liamtoney
Copy link
Member

Anecdotally, Winston (source='AVO') takes forever to grab chunks of data longer than ~1 hour in duration. For example, the data collection command in example_regional.py in the RTM repo, which requests 220 minutes of data, is really slow.

We might be able to alleviate this by quietly breaking the data request into smaller chunks that Winston can more easily handle, and then merging those chunks to create the final returned Stream.

@liamtoney liamtoney added the enhancement New feature or request label Apr 3, 2020
@liamtoney
Copy link
Member Author

AVO Winston has super annoying timeout issues on slower connections.

We should make Winston optional for gather_waveforms_bulk()

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

No branches or pull requests

1 participant