Region Processing supports Partial region completion, this means some number of tiles can fail and a full image still be registered as completed. This MR stores in the region table the number of tiles succeeded and failed for region processing.
Checklist
Before you submit a pull request, please make sure you have the following:
[x] Code changes are compact and well-structured to facilitate easy review
[x] Changes are documented in the README.md and other relevant documentation pages
[x] PR title and description accurately reflect the changes and are detailed enough for historical tracking
[x] PR contains tests that cover all new code and the code has been manual tested
[x] All new dependencies are declared (if any), and no unnecessary libraries are added
[x] Performance impacts (if any) of the changes are evaluated and documented
[x] Security implications of the changes (if any) are reviewed and addressed
**Issue: n/a
Notes
Region Processing supports Partial region completion, this means some number of tiles can fail and a full image still be registered as completed. This MR stores in the region table the number of tiles succeeded and failed for region processing.
Checklist
Before you submit a pull request, please make sure you have the following:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.