Closed drnextgis closed 6 months ago
@philvarner I wanted to kindly ask if you could review this PR when you have a moment.
Couple of minor changelog suggestions, but otherwise looks good.
Thanks for the review! I've accepted your suggestions and also made a minor update to the method names in the changelog.
@philvarner do you mind to merge and release :pray:
Thank you!
Related Issue(s):
I encountered a need to store an item with the name derived from its ID.
Proposed Changes:
The name of the item file to save can now be configured. If the
file_name
argument is not provided,item.json
will be used (current behavior). Iffile_name
is explicitly set toNone
, the file name will be inferred from the item’s ID, leveraging thestac-asset
library (seeinfer_file_name
parameter definition in the stac-asset documentation).PR Checklist: