-
Notifications
You must be signed in to change notification settings - Fork 126
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:
|
gadomski
left a comment
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 |
* added missing Classification parameter title * added changes to changelog * added missing parameters to test_classification_object: title, nodata, percentage, count * added ml extension * added stac:mlm extension tests * added collection and asset extension * removed TODO * added documentation * added docstring to classes * renamed asset extension classes * added mlm extension classes * added mlm extension * removed todos * added extension migration * removed useless code * fixed docstrings * fixed __eq__ NotImplemented * fixed repr strings * improved test coverage * improved test coverage * changed exceptions * fixed docstring * Update CHANGELOG.md Co-authored-by: Pete Gadomski <[email protected]> * fixed typo Co-authored-by: Pete Gadomski <[email protected]> * fixed typo Co-authored-by: Pete Gadomski <[email protected]> * fixed typo Co-authored-by: Pete Gadomski <[email protected]> * fixed typo Co-authored-by: Pete Gadomski <[email protected]> * fixed typo Co-authored-by: Pete Gadomski <[email protected]> * line break to satisfy line length requirement * fixed typo in ENTRYPOINT_ASSET_PROP * fixed typo in COMPILE_METHOD_ASSET_PROP * removed dummy docstring * fixed Enum tuples * added mlm to CollectionExt * added mlm to Asset and ItemAssetDefinition mlm accessor * Update CHANGELOG.md --------- Co-authored-by: Pete Gadomski <[email protected]>
Related Issue(s):
Description:
Adds the STAC:MLM extension: https://github.com/stac-extensions/mlm
PR Checklist:
pre-commit run --all-files)pytest)