@@ -10,7 +10,9 @@ capabilities are only now starting to be fully used in tools like pystac-client.
10
10
11
11
## Open Source Implementations
12
12
13
- ### stac-fastapi - sqlalchemy
13
+ ### stac-fastapi - sqlalchemy
14
+
15
+ < https://github.com/stac-utils/stac-fastapi >
14
16
15
17
URL: http://0.0.0.0:8081
16
18
@@ -31,7 +33,9 @@ errors:
31
33
- Search with datetime=1985-04-12t23:20:50.000z returned status code 400
32
34
```
33
35
34
- ### stac-fastapi - pgstac
36
+ ### stac-fastapi - pgstac
37
+
38
+ < https://github.com/stac-utils/stac-fastapi >
35
39
36
40
URL: http://0.0.0.0:8082
37
41
@@ -58,22 +62,52 @@ errors:
58
62
59
63
### stac-fastapi-elasticsearch
60
64
61
- TBD.
65
+ < https://github.com/stac-utils/stac-fastapi-elasticsearch >
62
66
63
- ### Franklin
67
+ URL: http://localhost:8083
64
68
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
+ ```
66
88
67
89
### stac-server
68
90
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
70
98
71
99
### resto
72
100
73
101
TBD.
74
102
103
+ ### Franklin
104
+
105
+ TBD.
106
+
75
107
### stac-cmr
76
108
109
+ TBD.
110
+
77
111
### staccato
78
112
79
113
Non-compliant with 1.0.0-x
@@ -107,23 +141,22 @@ errors:
107
141
- Search with datetime=37-01-01T12:00:27.87Z returned status code 500 instead of 400
108
142
```
109
143
110
-
111
144
### Snap Planet (resto)
112
145
113
146
URL: https://tamn.snapplanet.io/
114
147
115
- Date: 19-Jan -2022
148
+ Date: 14-Mar -2022
116
149
117
150
Output
118
151
```
119
152
Validating https://tamn.snapplanet.io/
120
153
STAC API - Core conformance class found.
121
154
STAC API - Features conformance class found.
122
155
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
125
157
errors:
126
158
- GET Search with {'limit': 10000} returned status code 400
159
+ - GET Search with {'collections': 'L8'} returned status code 504
127
160
```
128
161
129
162
### EarthData CMR (stac-cmr)
0 commit comments