-
Notifications
You must be signed in to change notification settings - Fork 123
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
Merged
Merged
Add MLM extension #1542
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
b9555c8
added missing Classification parameter title
jonas-hurst f1c10db
added changes to changelog
jonas-hurst f3e7141
added missing parameters to test_classification_object: title, nodata…
jonas-hurst 1cb33e4
added ml extension
jonas-hurst 7dd6e99
added stac:mlm extension tests
jonas-hurst a89481b
added collection and asset extension
jonas-hurst 9beabc1
removed TODO
jonas-hurst 7165b61
added documentation
jonas-hurst 478580a
added docstring to classes
jonas-hurst c74d544
renamed asset extension classes
jonas-hurst 1af5e3e
added mlm extension classes
jonas-hurst a3bec04
added mlm extension
jonas-hurst 888c899
Merge branch 'main' into main
jonas-hurst 46516ea
removed todos
jonas-hurst e25e615
Merge remote-tracking branch 'origin/main'
jonas-hurst 56f0ed0
added extension migration
jonas-hurst 10bbb41
removed useless code
jonas-hurst ceec5f1
fixed docstrings
jonas-hurst 26b221c
fixed __eq__ NotImplemented
jonas-hurst 3cefe9f
fixed repr strings
jonas-hurst bd81c78
improved test coverage
jonas-hurst 28dc4b3
improved test coverage
jonas-hurst 2fc681e
changed exceptions
jonas-hurst fcfba65
fixed docstring
jonas-hurst 10b7c93
Merge branch 'main' into main
gadomski c75f50c
Update CHANGELOG.md
jonas-hurst f33c75a
fixed typo
jonas-hurst cfd713d
fixed typo
jonas-hurst fb35994
fixed typo
jonas-hurst 40b0c8f
fixed typo
jonas-hurst 0fb78c8
fixed typo
jonas-hurst 16bfdcd
line break to satisfy line length requirement
jonas-hurst 69e9bc3
fixed typo in ENTRYPOINT_ASSET_PROP
jonas-hurst 036aa06
fixed typo in COMPILE_METHOD_ASSET_PROP
jonas-hurst 68075aa
removed dummy docstring
jonas-hurst 4d1f860
fixed Enum tuples
jonas-hurst 58feb54
added mlm to CollectionExt
jonas-hurst a0221f3
added mlm to Asset and ItemAssetDefinition mlm accessor
jonas-hurst 477f5f9
Update CHANGELOG.md
gadomski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pystac.extensions.mlm | ||
============================ | ||
|
||
.. automodule:: pystac.extensions.mlm | ||
:members: | ||
:inherited-members: StringEnum, Generic, PropertiesExtension, ExtensionManagementMixin | ||
:undoc-members: | ||
|
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.