Closed drnextgis closed 5 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.
Fixed via https://github.com/stac-utils/stac-task/pull/129
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.