-
Notifications
You must be signed in to change notification settings - Fork 122
Add MGRS Extension from code in stactools-package for sentinel2 #1088
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
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #1088 +/- ##
==========================================
+ Coverage 90.23% 90.30% +0.07%
==========================================
Files 47 48 +1
Lines 6236 6313 +77
Branches 936 943 +7
==========================================
+ Hits 5627 5701 +74
- Misses 428 430 +2
- Partials 181 182 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
From code in stactools-package for sentinel2 Co-authored-by: Pete Gadomski <[email protected]>
Thanks for doing this @jsignell |
Related Issue(s):
Description:
Code from: https://github.com/stactools-packages/sentinel2/blob/main/src/stactools/sentinel2/mgrs.py
Example from: https://github.com/stac-extensions/mgrs/blob/main/examples/item.json
Added pytest-style tests, docs
PR Checklist:
pre-commit
hooks pass locallyscripts/test
)