@@ -17,20 +17,20 @@ Here I'd like to give an overview of what the validators are capable of and what
17
17
| Validator Version | 1.0.1 | 0.5.2 | 0.4.2 |
18
18
| Language | Python 3.6 | Python 3 | NodeJS |
19
19
| CLI | Yes | No | Yes |
20
- | Programmatic | Planned | Yes | Planned |
20
+ | Programmatic | Yes | Yes | Planned |
21
21
| Online | Yes, [ staclint.com] ( https://staclint.com/ ) | No | Planned |
22
22
| Protocols supported (Read) | HTTP(S), Filesystem | HTTP(S), Filesystem | HTTP(S), Filesystem |
23
- | Gives | HTML / CLI Output | Python Dict | CLI output |
23
+ | Gives | HTML / CLI / Python Output | Python Dict | CLI output |
24
24
25
25
## Specifications supported
26
26
27
27
| | Python Validator | PySTAC | STAC Node Validator |
28
28
| --------------------------------------------------- | ------------------- | ------------------- | ------------------------------------------- |
29
- | STAC Versions supported | >= 0.7 .0 | >= 0.4.0 | >= 1.0.0-beta.1 |
29
+ | STAC Versions supported | >= 0.4 .0 | >= 0.4.0 | >= 1.0.0-beta.1 |
30
30
| Protocols supported | HTTP(S), Filesystem | HTTP(S), Filesystem | HTTP(S), Filesystem |
31
31
| Validates Items / Catalogs / Collections | Yes | Yes | Yes |
32
32
| Validates Core Extensions | Yes | Yes | Yes |
33
- | Validates External / Custom Extensions | No | No | Yes |
33
+ | Validates External / Custom Extensions | Yes | No | Yes |
34
34
| Validates STAC API responses | No | No | Partially (only items/collections in lists) |
35
35
| Validates STAC API extensions | No | No | No |
36
36
| Validates additional properties in STAC Item Assets | No | No | No |
0 commit comments