Skip to content
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

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

anayeaye
Copy link
Contributor

@anayeaye anayeaye commented Jun 7, 2024

A record of how we updated the reprocessed HLS records in s3 to publish the environmental justice demo collections.

@@ -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"
Copy link
Member

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? 😯

Copy link
Contributor Author

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"]
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Copy link
Member

@botanical botanical left a 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!

@anayeaye anayeaye merged commit fb7bfff into main Jun 11, 2024
2 checks passed
@anayeaye anayeaye deleted the feat/load-hls-reprocessed-provider-metadata branch June 11, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants