stac-utils / stac-check

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

Add support for validating in-memory objects #91

Closed philvarner closed 1 year ago

philvarner commented 2 years ago

Currently, the Linter takes a file path or URL as an argument. I want to incorporate this into stac-api-validator, where I already have the objects as in-memory dicts after having retrieved them. I'd like to be able to pass a string or dict of the STAC object instead of the file path / URL.