stac-utils / stac-check

Linting and validation tool for STAC assets
MIT License
17 stars 5 forks source link

Add support for validating ItemCollection #92

Open philvarner opened 1 year ago

philvarner commented 1 year ago

STAC APIs return ItemCollection (FeatureCollection) objects from two endpoints. While there's not much to check about the ItemCollection, it would be useful to validate the Item objects within the ItemCollection. With support for this, I could point stac-check at an API endpoint that returned an ItemCollection and get linting output of the Items within it.