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

Add direct support for adding certain `file` extension fields #154

Open pjhartzell opened 1 month ago

pjhartzell commented 1 month ago

The file:checksum and file:size are standard fields from the file extension that provide asset size and download integrity information. It would be useful to add a method that populates these fields for each (local) asset on an Item (calculated prior to asset upload to S3).