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

Sort stac_extensions #22

Closed matthewhanson closed 1 year ago

matthewhanson commented 1 year ago

During post processing of STAC Items (currently in the handler, when the task name and version are added), the stac_extensions should be sorted. This will ensure consistent output files that only differ in the order in which extensions were added.

philvarner commented 1 year ago

newer versions of pystac do this automatically for Item

gadomski commented 1 year ago

newer versions of pystac do this automatically for Item

Do they? I can't find where that happens, but maybe I'm missing it.