@@ -24,15 +24,16 @@ Here I'd like to give an overview of what the validators are capable of and what
24
24
25
25
## Specifications supported
26
26
27
- | | Python Validator | PySTAC | STAC Node Validator |
28
- | ---------------------------------------- | ------------------- | ------------------- | ------------------------------------------- |
29
- | STAC Versions supported | >= 0.7.0 | >= 0.4.0 | >= 1.0.0-beta.1 |
30
- | Protocols supported | HTTP(S), Filesystem | HTTP(S), Filesystem | HTTP(S), Filesystem |
31
- | Validates Items / Catalogs / Collections | Yes | Yes | Yes |
32
- | Validates Core Extensions | Yes | Yes | Yes |
33
- | Validates External / Custom Extensions | No | No | Yes |
34
- | Validates STAC API responses | No | No | Pertially (only items/collections in lists) |
35
- | Validates STAC API extensions | No | No | No |
27
+ | | Python Validator | PySTAC | STAC Node Validator |
28
+ | --------------------------------------------------- | ------------------- | ------------------- | ------------------------------------------- |
29
+ | STAC Versions supported | >= 0.7.0 | >= 0.4.0 | >= 1.0.0-beta.1 |
30
+ | Protocols supported | HTTP(S), Filesystem | HTTP(S), Filesystem | HTTP(S), Filesystem |
31
+ | Validates Items / Catalogs / Collections | Yes | Yes | Yes |
32
+ | Validates Core Extensions | Yes | Yes | Yes |
33
+ | Validates External / Custom Extensions | No | No | Yes |
34
+ | Validates STAC API responses | No | No | Pertially (only items/collections in lists) |
35
+ | Validates STAC API extensions | No | No | No |
36
+ | Validates additional properties in STAC Item Assets | No | No | No |
36
37
37
38
## Other Features
38
39
0 commit comments