-
Notifications
You must be signed in to change notification settings - Fork 126
Implement Extension: Render (#1464) #1465
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
Conversation
|
I need to add docs, tests, update changelog, etc. but figured I'd get the PR open since there may be other changes I need to make. I'll be able to do this next week. As I mentioned on Gitter, I think the published schema for v1.0.0 is not correct because Items (including the examples in the extension spec repo) fail to validate. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1465 +/- ##
==========================================
+ Coverage 91.23% 91.43% +0.20%
==========================================
Files 53 54 +1
Lines 7335 7498 +163
Branches 894 906 +12
==========================================
+ Hits 6692 6856 +164
Misses 457 457
+ Partials 186 185 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I think I figured out why example Items on Edit: the spec author is considering reverting this change to make Edit 2: the spec author has agreed to stick with convention 🎉 |
Awesome, thanks for the update. Yeah, everything should be on |
|
@bmcandr is this ready for another round of review? Thanks for the sweat-equity on this! |
|
Yep! |
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.
Excellent stuff...thanks!
* Initial implementation of render extension * Return Render objs from renders getter * Add closing greater than symbol to Render repr * Fix instance type check logic * Add render extension tests * Remove item-assets and virtual assets extensions * Add docstrings to render extension * Replace Landsat-8 example Item with Sentinel-2 Item * Remove validation tests * Remove other extensions, simplify Item * Update render extension for v2.0.0 conformance * Add render test episodes * Add stac-utils#1465 render extension * Fix references to xarray in docstrings
Related Issue(s):
Description:
Implements the Render extension.
@gadomski
PR Checklist:
scripts/test)