@@ -20,7 +20,7 @@ Date: 19-Jan-2022
20
20
21
21
Output:
22
22
23
- ```
23
+ ``` text
24
24
Validating http://0.0.0.0:8081
25
25
STAC API - Core conformance class found.
26
26
STAC API - Features conformance class found.
@@ -44,7 +44,7 @@ Date: 19-Jan-2022
44
44
45
45
Output:
46
46
47
- ```
47
+ ``` text
48
48
Validating http://0.0.0.0:8082
49
49
STAC API - Core conformance class found.
50
50
STAC API - Features conformance class found.
@@ -72,7 +72,7 @@ Date: 17-Mar-2022
72
72
73
73
Output:
74
74
75
- ```
75
+ ``` text
76
76
Validating http://localhost:8083
77
77
STAC API - Core conformance class found.
78
78
STAC API - Features conformance class found.
@@ -99,7 +99,7 @@ Date: 17-Mar-2022
99
99
100
100
Output:
101
101
102
- ```
102
+ ``` text
103
103
Validating http://localhost:3000
104
104
STAC API - Core conformance class found.
105
105
STAC API - Features conformance class found.
@@ -139,12 +139,14 @@ Date: 16-Nov-2022
139
139
140
140
Output:
141
141
142
- ```
142
+ ``` text
143
143
$ poetry run stac-api-validator --root-url https://planetarycomputer.microsoft.com/api/stac/v1 \
144
144
--conformance features \
145
145
--conformance item-search \
146
146
--conformance filter \
147
+ --conformance item-search#fields \
147
148
--collection sentinel-2-l2a \
149
+ --fields-nested-property properties.eo:cloud_cover \
148
150
--geometry '{"type": "Polygon", "coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]]}'
149
151
INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
150
152
INFO:stac_api_validator.validations:Skipping STAC API - Browseable conformance class.
@@ -204,7 +206,7 @@ Date: 25-Oct-2022
204
206
205
207
Output
206
208
207
- ```
209
+ ``` text
208
210
$ poetry run stac-api-validator --root-url https://tamn.snapplanet.io \
209
211
--conformance features \
210
212
--conformance item-search \
@@ -259,7 +261,7 @@ Date: 31-Oct-2022
259
261
260
262
Output
261
263
262
- ```
264
+ ``` text
263
265
$ poetry run stac-api-validator --root-url https://api.radiant.earth/mlhub/v1 \
264
266
--conformance core --conformance features --conformance item-search \
265
267
--auth-query-parameter 'key=xxx' \
@@ -276,7 +278,7 @@ Date: 16-Nov-2022
276
278
277
279
Output
278
280
279
- ```
281
+ ``` text
280
282
$ poetry run stac-api-validator --root-url https://services.sentinel-hub.com/api/v1/catalog/1.0.0/ --conformance core
281
283
INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
282
284
INFO:stac_api_validator.validations:Skipping STAC API - Browseable conformance class.
@@ -301,11 +303,13 @@ Date: 16-Nov-2022
301
303
302
304
Output:
303
305
304
- ```
306
+ ``` text
305
307
$ poetry run stac-api-validator --root-url https://earth-search.aws.element84.com/v1 \
306
308
--conformance features \
307
309
--conformance item-search \
310
+ --conformance item-search#fields \
308
311
--collection sentinel-2-l2a \
312
+ --fields-nested-property properties.eo:cloud_cover \
309
313
--geometry '{"type": "Polygon", "coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]]}'
310
314
INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
311
315
INFO:stac_api_validator.validations:Skipping STAC API - Browseable conformance class.
@@ -341,7 +345,7 @@ Notes: Features is supported, but not advertised in conformsTo
341
345
342
346
Output:
343
347
344
- ```
348
+ ``` text
345
349
$ poetry run stac-api-validator --root-url https://cmr.earthdata.nasa.gov/stac/USGS_EROS --conformance item-search --collection Landsat1-5_MSS_C1.v1 --geometry '{"type": "Polygon", "coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]]}'
346
350
347
351
INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
@@ -413,7 +417,7 @@ URL: <https://landsatlook.usgs.gov/stac-server>
413
417
414
418
Date: 25-Oct-2022
415
419
416
- ```
420
+ ``` text
417
421
$ poetry run stac-api-validator --root-url https://landsatlook.usgs.gov/stac-server --conformance features --conformance item-search \
418
422
∙ --collection landsat-c2l2-sr --geometry '{"type": "Polygon", "coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]]}'
419
423
INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
@@ -439,7 +443,7 @@ URL: <https://franklin.nasa-hsi.azavea.com>
439
443
440
444
Date: 19-Jan-2022
441
445
442
- ```
446
+ ``` text
443
447
STAC API - Core conformance class found.
444
448
STAC API - Features conformance class found.
445
449
STAC API - Item Search conformance class found.
0 commit comments