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

Error during iteration is not recoverable #148

Closed
digizeph opened this issue Jan 23, 2024 · 1 comment
Closed

Error during iteration is not recoverable #148

digizeph opened this issue Jan 23, 2024 · 1 comment

Comments

@digizeph
Copy link
Member

For example, during iteration, network disconnection could happen. In that case, the parser correctly logs the error, but the downstream consumer is not able to programmably detect such errors, and therefore resulting in incomplete reading of MRT files.

A work-around is to download remote files first before processing with OneIO. Errors during download is detectable and recoverable.

@digizeph
Copy link
Member Author

Close this issue in favor of issue #167

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

No branches or pull requests

1 participant