Skip to content

Implement Extension: Checksum #29

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

Closed
lossyrob opened this issue Nov 1, 2019 · 3 comments
Closed

Implement Extension: Checksum #29

lossyrob opened this issue Nov 1, 2019 · 3 comments
Labels
extension Implement a STAC extension in PySTAC

Comments

@lossyrob
Copy link
Member

lossyrob commented Nov 1, 2019

Implement the Checksum extension for adding checksum data to Links and Assets.

https://github.com/radiantearth/stac-spec/tree/v0.8.0/extensions/checksum

@lossyrob
Copy link
Member Author

lossyrob commented Nov 1, 2019

This might require some new architecture that allows for Assets and Links to be parsed into extended objects - currently we only do this for STACObject types.

@lossyrob lossyrob added this to the PySTAC v0.4 milestone Nov 1, 2019
@lossyrob lossyrob added the extension Implement a STAC extension in PySTAC label Aug 14, 2020
@lossyrob lossyrob removed this from the PySTAC v0.4 milestone Oct 15, 2020
@schwehr
Copy link
Collaborator

schwehr commented Oct 31, 2020

Should this extension just manage the tags? Or should it actually understand the contents of the hash? If it does understand them, should it have its own implementation of handling the payload? If so, should it use a new embedded handler or should it use an existing multihash library from pypi?

@lossyrob
Copy link
Member Author

Checksum got merged into file extension, which was implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension Implement a STAC extension in PySTAC
Projects
None yet
Development

No branches or pull requests

2 participants