stac-utils / stac-task

Provides a class interface for running custom algorithms on STAC ItemCollections
Apache License 2.0
21 stars 5 forks source link

don't add processing:software to items automatically #101

Closed philvarner closed 7 months ago

philvarner commented 7 months ago

This PR stops adding the processing:software attribute to Items, as this is intended to be the data processing software, and the stactask is most frequently used for metadata processing.

matthewhanson commented 7 months ago

I would still use processing:software for the creation of the metadata (such as during an ingest) I think, because it's still useful to know that code and version and there isn't a better place to put it.
But makes sense to make it opt-in and avoid trying to inject magic automatically.