-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: show how hls provided metadata were updated and published to stac #142
Conversation
@@ -33,10 +33,8 @@ | |||
}, | |||
"license": "MIT", | |||
"stac_extensions": [ | |||
"https://stac-extensions.github.io/render/v1.0.0/schema.json", | |||
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json" |
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.
Why do we need to remove the item-assets? 😯
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.
I removed it because we didn't define the item_assets for this collection so there is no validation needed for that extension. If we improve this collection to outline all of the included assets on the items we'll need that schema back.
"type": "image/png", | ||
"roles": ["thumbnail"] | ||
} | ||
} |
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.
🎉
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.
The verbose
and dry_run
flags in your notebook are great!
A record of how we updated the reprocessed HLS records in s3 to publish the environmental justice demo collections.