-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add a Software
object
#29
Comments
If you just need the href additionally, why not just provide links? |
|
But if you don't have an href for a link, just don't add a Link Object to the links array? There would be no close relation between the software and the link though. I'm a bit hesistant of the breaking change... |
I'm a little less worried because there will be a good forward migration path (use the current key as the |
@gadomski I've added a relation type |
This extension is used to describe processing history of both assets and the STAC metadata. For STAC metadata, the software that was used to create the data is often public (at least in part). We could provide more guidance/structure around how to provide that information. I haven't fully thought this through, but that might look like this:
Software
>And then the
Software
object:stactools-landsat
https://github.com/stactools-packages/landsat
. This could also be the href from a package management system, e.g.https://pypi.org/project/stactools-landsat/
v1.2.3
. This could also be an SHA from a version control system, e.g.6dcb09b5b57875f334f61aebed695e2e4193db5e
The text was updated successfully, but these errors were encountered: