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

In some cases, add more version information to processing metadata #36

Open
gadomski opened this issue Aug 24, 2023 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@gadomski
Copy link
Member

While we'd like to think that we're always running code that's been tagged w/ a version, in reality we're sometimes (often?!) running on a unreleased version. It'd be useful to provide a switch to turn on commit SHA version information in

item["properties"]["processing:software"] = {cls.name: cls.version}
. E.g. maybe:

{
    "processing:software": {
        "my-awesome-task": "0.1.0 @ abcdef0123456789"
    }
}
@gadomski gadomski added the enhancement New feature or request label Aug 24, 2023
@philvarner
Copy link

We need the ability to add additional metadata like this in (e.g., which version of a stactools pkg was used), but processing:software isn't the right place for it, since this is primarily for data processing rather than metadata processing. Maybe a "tooling" extension would be a good idea to cover the areas that Processing and ARD don't?

@gadomski
Copy link
Member Author

Yeah, the processing extension has always felt strange for me to indicate the software that made the metadata, so I'd be interested in a tooling extension or something like it.

@philvarner
Copy link

though maybe it's a degenerate case of ARD, and we just need to provide guidance on it. Though I think the ARD folks are also abstracting their extension to account for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants