stac-utils / stac-check

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

Remove pystac recursion #82

Closed jonhealy1 closed 1 year ago

jonhealy1 commented 2 years ago

stac-check should use recursive validation via stac-validator as it is already importing stac-validator. Also, pystac should soon no longer be a dependency in stac-validator. https://github.com/stac-utils/stac-validator/pull/210