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

update type annotations to use Item instead of Dict #28

Closed philvarner closed 1 year ago

philvarner commented 1 year ago

There were several places were the types on methods were Dict (expecting a dict representation of a stac Item) instead of Item, which the methods actually required.