Add MLM extension#1542
Merged
gadomski merged 39 commits intostac-utils:mainfrom Apr 15, 2025
Merged
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
requested changes
Apr 7, 2025
Member
gadomski
left a comment
There was a problem hiding this comment.
Thanks for the contribution! Some minor tweaks requested, mostly spelling.
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
gadomski
reviewed
Apr 15, 2025
gadomski
approved these changes
Apr 15, 2025
fmigneault
added a commit
to stac-extensions/mlm
that referenced
this pull request
Apr 15, 2025
- Add `pystac.extensions.mlm` reference (relates to stac-utils/pystac#1542) - Update listing of resources with more details and formatting
10 tasks
Contributor
|
Thanks for the integration. |
Member
|
Will do! I'm going to try to squeeze in #1549 and then cut a v1.13 |
kmodali
pushed a commit
to kmodali/pystac
that referenced
this pull request
Oct 16, 2025
* 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 <pete.gadomski@gmail.com> * fixed typo Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com> * fixed typo Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com> * fixed typo Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com> * fixed typo Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com> * fixed typo Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com> * 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 <pete.gadomski@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue(s):
Description:
Adds the STAC:MLM extension: https://github.com/stac-extensions/mlm
PR Checklist:
pre-commit run --all-files)pytest)