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

Enable dynamic STAC item file name #128

Closed drnextgis closed 5 months ago

drnextgis commented 6 months ago

At the moment STAC item name is hardcoded: https://github.com/stac-utils/stac-task/blob/7ee8533e5a6f42acc8a207f295bbd37d99abba18/stactask/asset_io.py#L28 However, there are situations where it would be helpful to base the name of the STAC item file on properties such as the item ID.

drnextgis commented 5 months ago

Fixed via https://github.com/stac-utils/stac-task/pull/129