@@ -14,7 +14,7 @@ Here I'd like to give an overview of what the validators are capable of and what
14
14
15
15
| | Python Validator | PySTAC | STAC Node Validator |
16
16
| :------------------------- | ------------------------------------------ | ------------------- | ------------------- |
17
- | Validator Version | 1.0.1 | 0.5.2 | 0.4.6 |
17
+ | Validator Version | 1.0.1 | 0.5.2 | 0.4.7 |
18
18
| Language | Python 3.6 | Python 3 | NodeJS |
19
19
| CLI | Yes | No | Yes |
20
20
| Programmatic | Yes | Yes | Planned |
@@ -24,24 +24,23 @@ 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.4.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 | Yes | No | Yes |
34
- | Validates STAC API responses | No | No | Partially (only items/collections in lists) |
35
- | Validates STAC API extensions | No | No | No |
36
- | Validates additional properties in STAC Item Assets | 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 | Partially (only items/collections in lists) |
35
+ | Validates STAC API extensions | No | No | No |
37
36
38
37
## Other Features
39
38
40
39
| | Python Validator | PySTAC | STAC Node Validator |
41
40
| :----------------------------- | ---------------------- | ------------------------------------------------- | ------------------- |
42
41
| Can follow links | Yes | Yes | No |
43
- | Parallelisation | Yes | No | No |
42
+ | Parallelization | Yes | No | No |
44
43
| Validate against local schemas | Yes | Planned | Yes |
45
44
| Lint JSON files | No | No | Yes |
46
45
| Format/Pretty-print JSON files | No | Yes | Yes |
47
- | Other comments | Uses pystac validation | General Python library to work with STAC catalogs | - |
46
+ | Other comments | Uses PySTAC validation | General Python library to work with STAC catalogs | - |
0 commit comments