@@ -20,7 +20,7 @@ Date: 19-Jan-2022
2020
2121Output:
2222
23- ```
23+ ``` text
2424Validating http://0.0.0.0:8081
2525STAC API - Core conformance class found.
2626STAC API - Features conformance class found.
@@ -44,7 +44,7 @@ Date: 19-Jan-2022
4444
4545Output:
4646
47- ```
47+ ``` text
4848Validating http://0.0.0.0:8082
4949STAC API - Core conformance class found.
5050STAC API - Features conformance class found.
@@ -72,7 +72,7 @@ Date: 17-Mar-2022
7272
7373Output:
7474
75- ```
75+ ``` text
7676Validating http://localhost:8083
7777STAC API - Core conformance class found.
7878STAC API - Features conformance class found.
@@ -99,7 +99,7 @@ Date: 17-Mar-2022
9999
100100Output:
101101
102- ```
102+ ``` text
103103Validating http://localhost:3000
104104STAC API - Core conformance class found.
105105STAC API - Features conformance class found.
@@ -139,12 +139,14 @@ Date: 16-Nov-2022
139139
140140Output:
141141
142- ```
142+ ``` text
143143$ poetry run stac-api-validator --root-url https://planetarycomputer.microsoft.com/api/stac/v1 \
144144 --conformance features \
145145 --conformance item-search \
146146 --conformance filter \
147+ --conformance item-search#fields \
147148 --collection sentinel-2-l2a \
149+ --fields-nested-property properties.eo:cloud_cover \
148150 --geometry '{"type": "Polygon", "coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]]}'
149151INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
150152INFO:stac_api_validator.validations:Skipping STAC API - Browseable conformance class.
@@ -204,7 +206,7 @@ Date: 25-Oct-2022
204206
205207Output
206208
207- ```
209+ ``` text
208210$ poetry run stac-api-validator --root-url https://tamn.snapplanet.io \
209211 --conformance features \
210212 --conformance item-search \
@@ -259,7 +261,7 @@ Date: 31-Oct-2022
259261
260262Output
261263
262- ```
264+ ``` text
263265$ poetry run stac-api-validator --root-url https://api.radiant.earth/mlhub/v1 \
264266--conformance core --conformance features --conformance item-search \
265267--auth-query-parameter 'key=xxx' \
@@ -276,7 +278,7 @@ Date: 16-Nov-2022
276278
277279Output
278280
279- ```
281+ ``` text
280282$ poetry run stac-api-validator --root-url https://services.sentinel-hub.com/api/v1/catalog/1.0.0/ --conformance core
281283INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
282284INFO:stac_api_validator.validations:Skipping STAC API - Browseable conformance class.
@@ -301,11 +303,13 @@ Date: 16-Nov-2022
301303
302304Output:
303305
304- ```
306+ ``` text
305307$ poetry run stac-api-validator --root-url https://earth-search.aws.element84.com/v1 \
306308 --conformance features \
307309 --conformance item-search \
310+ --conformance item-search#fields \
308311 --collection sentinel-2-l2a \
312+ --fields-nested-property properties.eo:cloud_cover \
309313 --geometry '{"type": "Polygon", "coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]]}'
310314INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
311315INFO:stac_api_validator.validations:Skipping STAC API - Browseable conformance class.
@@ -341,7 +345,7 @@ Notes: Features is supported, but not advertised in conformsTo
341345
342346Output:
343347
344- ```
348+ ``` text
345349$ 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]]]}'
346350
347351INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
@@ -413,7 +417,7 @@ URL: <https://landsatlook.usgs.gov/stac-server>
413417
414418Date: 25-Oct-2022
415419
416- ```
420+ ``` text
417421$ poetry run stac-api-validator --root-url https://landsatlook.usgs.gov/stac-server --conformance features --conformance item-search \
418422∙ --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]]]}'
419423INFO:stac_api_validator.validations:Validating STAC API - Core conformance class.
@@ -439,7 +443,7 @@ URL: <https://franklin.nasa-hsi.azavea.com>
439443
440444Date: 19-Jan-2022
441445
442- ```
446+ ``` text
443447STAC API - Core conformance class found.
444448STAC API - Features conformance class found.
445449STAC API - Item Search conformance class found.
0 commit comments