File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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 | 1.1 .0 |
17
+ | Validator Version | 1.0.1 | 0.5.2 | 1.2 .0 |
18
18
| Language | Python 3.6 | Python 3 | NodeJS |
19
19
| CLI | Yes | No | Yes |
20
20
| Programmatic | Yes | Yes | Planned |
@@ -32,7 +32,7 @@ Here I'd like to give an overview of what the validators are capable of and what
32
32
| Validates Core Extensions | Yes | Yes | Yes |
33
33
| Validates External / Custom Extensions | No | No | Yes |
34
34
| Validates STAC API responses | No | No | Partially (only items/collections in lists) |
35
- | Validates STAC API extensions | No | No | No |
35
+ | Validates STAC API conformance classes | No | No | No |
36
36
37
37
## Other Features
38
38
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by
6
6
7
7
## Versions
8
8
9
- ** Current version: 1.1 .0**
9
+ ** Current version: 1.2 .0**
10
10
11
11
| STAC Node Validator Version | Supported STAC Versions |
12
12
| --------------------------- | ----------------------- |
13
- | 1.1.x | >= 1.0.0-rc.1 |
13
+ | 1.1.0 / 1.2.x | >= 1.0.0-rc.1 |
14
14
| 0.4.x / 1.0.x | >= 1.0.0-beta.2 and < 1.0.0-rc.3 |
15
15
| 0.3.0 | 1.0.0-beta.2 |
16
16
| 0.2.1 | 1.0.0-beta.1 |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stac-node-validator" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " STAC Validator for NodeJS" ,
5
5
"author" : " Matthias Mohr" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments