Skip to content

Commit c5edcab

Browse files
author
Phil Varner
committed
update compilance report
1 parent a662500 commit c5edcab

File tree

1 file changed

+43
-10
lines changed

1 file changed

+43
-10
lines changed

COMPLIANCE_REPORT.md

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ capabilities are only now starting to be fully used in tools like pystac-client.
1010

1111
## Open Source Implementations
1212

13-
### stac-fastapi - sqlalchemy
13+
### stac-fastapi - sqlalchemy
14+
15+
<https://github.com/stac-utils/stac-fastapi>
1416

1517
URL: http://0.0.0.0:8081
1618

@@ -31,7 +33,9 @@ errors:
3133
- Search with datetime=1985-04-12t23:20:50.000z returned status code 400
3234
```
3335

34-
### stac-fastapi - pgstac
36+
### stac-fastapi - pgstac
37+
38+
<https://github.com/stac-utils/stac-fastapi>
3539

3640
URL: http://0.0.0.0:8082
3741

@@ -58,22 +62,52 @@ errors:
5862

5963
### stac-fastapi-elasticsearch
6064

61-
TBD.
65+
<https://github.com/stac-utils/stac-fastapi-elasticsearch>
6266

63-
### Franklin
67+
URL: http://localhost:8083
6468

65-
TBD.
69+
Date: 17-Mar-2022
70+
71+
Output:
72+
```
73+
Validating http://localhost:8083
74+
STAC API - Core conformance class found.
75+
STAC API - Features conformance class found.
76+
STAC API - Item Search conformance class found.
77+
warnings:
78+
- GET Search with datetime=../.. returned status code 200 instead of 400
79+
- GET Search with datetime=1937-01-01T12:00:27.87+0100 returned status code 200 instead of 400
80+
- GET Search with datetime=1985-12-12T23:20:50.52 returned status code 200 instead of 400
81+
errors:
82+
- GET Search with bbox and intersects returned status code 200
83+
- GET Search with datetime=/1985-04-12T23:20:50.52Z returned status code 400
84+
- GET Search with datetime=1985-04-12T23:20:50.52Z/ returned status code 400
85+
- GET Search with datetime=1985-04-12t23:20:50.000z returned status code 400
86+
- POST Search with intersects:{'type': 'GeometryCollection', 'geometries': [{'type': 'Point', 'coordinates': [100.0, 0.0]}, {'type': 'LineString', 'coordinates': [[101.0, 0.0], [102.0, 1.0]]}]} returned status code 400
87+
```
6688

6789
### stac-server
6890

69-
TBD.
91+
Validating http://localhost:3000
92+
STAC API - Core conformance class found.
93+
STAC API - Features conformance class found.
94+
STAC API - Item Search conformance class found.
95+
STAC API - Item Search Fields extension conformance class found.
96+
warnings: none
97+
errors: none
7098

7199
### resto
72100

73101
TBD.
74102

103+
### Franklin
104+
105+
TBD.
106+
75107
### stac-cmr
76108

109+
TBD.
110+
77111
### staccato
78112

79113
Non-compliant with 1.0.0-x
@@ -107,23 +141,22 @@ errors:
107141
- Search with datetime=37-01-01T12:00:27.87Z returned status code 500 instead of 400
108142
```
109143

110-
111144
### Snap Planet (resto)
112145

113146
URL: https://tamn.snapplanet.io/
114147

115-
Date: 19-Jan-2022
148+
Date: 14-Mar-2022
116149

117150
Output
118151
```
119152
Validating https://tamn.snapplanet.io/
120153
STAC API - Core conformance class found.
121154
STAC API - Features conformance class found.
122155
STAC API - Item Search conformance class found.
123-
warnings:
124-
- Search with datetime=1985-04-12T23:20:50,52Z returned status code 200 instead of 400
156+
warnings: none
125157
errors:
126158
- GET Search with {'limit': 10000} returned status code 400
159+
- GET Search with {'collections': 'L8'} returned status code 504
127160
```
128161

129162
### EarthData CMR (stac-cmr)

0 commit comments

Comments
 (0)