You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: validation/README.md
+46-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,53 @@
1
1
# STAC Schema Validation
2
2
3
+
3
4
Any JSON Schema validation tool can be used, just run the JSON data to test against the various STAC schema, and be sure to include any remote schema like the geojson.json schema in the testing.
4
5
5
-
This directory includes installation instructions for a JavaScript validator, the following shows how to use it.
6
+
This directory includes installation instructions for a Python validator and a JavaScript validator. The python validator is more complete and the recommnded tool for validation. The Javascript validator has been deprecated and will be removed in the next release.
7
+
8
+
## Python Validator
9
+
Install the validator from the [stac-validator](https://github.com/sparkgeo/stac-validator) repository and follow the instructions.
10
+
11
+
The validator can be run as a command line tool and will report on nested catalogs as well as single items. There is no need to specifically identify
12
+
13
+
```
14
+
stac_validator.py --help
15
+
16
+
Description: Validate a STAC item or catalog against the STAC specification.
0 commit comments