Projection extension: migrate Assets on Items#1549
Merged
gadomski merged 4 commits intostac-utils:mainfrom Apr 15, 2025
Merged
Conversation
gadomski
requested changes
Apr 15, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1549 +/- ##
==========================================
+ Coverage 91.62% 92.41% +0.79%
==========================================
Files 54 55 +1
Lines 7578 8364 +786
Branches 923 963 +40
==========================================
+ Hits 6943 7730 +787
+ Misses 451 449 -2
- Partials 184 185 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gadomski
approved these changes
Apr 15, 2025
Member
|
Tight! Thanks for the bugfix! |
kmodali
pushed a commit
to kmodali/pystac
that referenced
this pull request
Oct 16, 2025
* Migrate projection extension on assets * Add migrate test for collection item-assets * Add 1549 to changelog * Fix asset+item_asset migration handling
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:
migratemethod to migrate projection fields on Assets on Items and Item-Assets on Collections.test_migratetotest_migrate_itemand addtest_migrate_collection_item_assetsPR Checklist:
pre-commit run --all-files)pytest)