stac-validator icon indicating copy to clipboard operation
stac-validator copied to clipboard

Validator for the stac-spec

Results 15 stac-validator issues
Sort by recently updated
recently updated
newest added

Use Python logging module

nice-to-have

Currently, I get the following warning: > ../../../../home/mm/.local/lib/python3.10/site-packages/stac_validator/validate.py:9 > ../../../../home/mm/.local/lib/python3.10/site-packages/stac_validator/validate.py:9 /home/mm/.local/lib/python3.10/site-packages/stac_validator/validate.py:9: DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior...

Having a typo in the license info would be a bummer. What would be the best way to validate licenses? Would https://github.com/spdx/tools be a good idea?

question

This adds three things 1. Allows validation of extensions for collections. 2. Improve error reporting by using [best_match](https://python-jsonschema.readthedocs.io/en/stable/errors/#best-match-and-relevance) to select the error. 3. Add a schema map argument similar to...

When validating a JSON document against a schema which specifies a property as type `number`, the validator indicates that the document is malformed if the property is a float value...