stac-utils / stac-node-validator

Simple validator for STAC Items, Catalogs, and Collections. STAC 1.0.0 compliant!
https://www.npmjs.com/package/stac-node-validator
Apache License 2.0
13 stars 4 forks source link

Traverse through catalogs #71

Open m-mohr opened 1 year ago

m-mohr commented 1 year ago

Like stac-validator, it would be great to specify a STAC entity and traverse from it through all links and validate them.

m-mohr commented 1 year ago

Maybe re-use the crawler code from stac-index, which might include a "sleep" time between requests, a queue for retries and sampling just a number of items instead of reading them all.

cc @DanielJDufour

m-mohr commented 1 year ago

It can at least work on full folders now. This is not really crawling though and may look into JSON files that are not STAC.