-
Notifications
You must be signed in to change notification settings - Fork 122
Add MLM extension #1542
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
Add MLM extension #1542
Conversation
…, percentage, count
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1542 +/- ##
==========================================
+ Coverage 91.62% 92.35% +0.73%
==========================================
Files 54 55 +1
Lines 7578 8360 +782
Branches 923 960 +37
==========================================
+ Hits 6943 7721 +778
- Misses 451 453 +2
- Partials 184 186 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! Some minor tweaks requested, mostly spelling.
Co-authored-by: Pete Gadomski <[email protected]>
Co-authored-by: Pete Gadomski <[email protected]>
Co-authored-by: Pete Gadomski <[email protected]>
Co-authored-by: Pete Gadomski <[email protected]>
Co-authored-by: Pete Gadomski <[email protected]>
Co-authored-by: Pete Gadomski <[email protected]>
- Add `pystac.extensions.mlm` reference (relates to stac-utils/pystac#1542) - Update listing of resources with more details and formatting
Thanks for the integration. |
Will do! I'm going to try to squeeze in #1549 and then cut a v1.13 |
Related Issue(s):
Description:
Adds the STAC:MLM extension: https://github.com/stac-extensions/mlm
PR Checklist:
pre-commit run --all-files
)pytest
)