@@ -129,12 +129,6 @@ components:
129
129
schema :
130
130
$ref : ' #/components/schemas/queryables'
131
131
description : successful queryables operation
132
- Tiles :
133
- content :
134
- application/json :
135
- schema :
136
- $ref : ' #/components/schemas/tiles'
137
- description : Retrieves the tiles description for this collection
138
132
default :
139
133
content :
140
134
application/json :
@@ -178,29 +172,6 @@ components:
178
172
required :
179
173
- queryables
180
174
type : object
181
- tilematrixsetlink :
182
- properties :
183
- tileMatrixSet :
184
- type : string
185
- tileMatrixSetURI :
186
- type : string
187
- required :
188
- - tileMatrixSet
189
- type : object
190
- tiles :
191
- properties :
192
- links :
193
- items :
194
- $ref : https://schemas.opengis.net/ogcapi/tiles/part1/1.0/openapi/ogcapi-tiles-1.yaml#/components/schemas/link
195
- type : array
196
- tileMatrixSetLinks :
197
- items :
198
- $ref : ' #/components/schemas/tilematrixsetlink'
199
- type : array
200
- required :
201
- - tileMatrixSetLinks
202
- - links
203
- type : object
204
175
info :
205
176
contact :
206
177
email : you@example.org
@@ -253,70 +224,6 @@ paths:
253
224
summary : Collections
254
225
tags :
255
226
- server
256
- /collections/PRISM :
257
- get :
258
- description : Parameter-elevation Regressions on Independent Slopes Model Monthly
259
- Climate Data for the Continental United States. January 2012 Shapshot
260
- operationId : describePrismCollection
261
- parameters :
262
- - $ref : ' #/components/parameters/f'
263
- - $ref : ' #/components/parameters/lang'
264
- responses :
265
- ' 200 ' :
266
- $ref : https://schemas.opengis.net\ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/Collection
267
- ' 400 ' :
268
- $ref : https://schemas.opengis.net\ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter
269
- ' 404 ' :
270
- $ref : https://schemas.opengis.net\ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/NotFound
271
- ' 500 ' :
272
- $ref : https://schemas.opengis.net\ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError
273
- summary : Get PRISM metadata
274
- tags :
275
- - PRISM
276
- /collections/PRISM/cube :
277
- get :
278
- description : Parameter-elevation Regressions on Independent Slopes Model Monthly
279
- Climate Data for the Continental United States. January 2012 Shapshot
280
- operationId : queryCubePrism
281
- parameters :
282
- - $ref : https://schemas.opengis.net/ogcapi/edr/1.0/openapi/parameters/bbox.yaml
283
- - $ref : https://schemas.opengis.net\ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/datetime
284
- - $ref : https://schemas.opengis.net/ogcapi/edr/1.0/openapi/parameters/parameter-name.yaml
285
- - $ref : https://schemas.opengis.net/ogcapi/edr/1.0/openapi/parameters/z.yaml
286
- - $ref : ' #/components/parameters/f'
287
- responses :
288
- ' 200 ' :
289
- content :
290
- application/prs.coverage+json :
291
- schema :
292
- $ref : https://schemas.opengis.net/ogcapi/edr/1.0/openapi/schemas/coverageJSON.yaml
293
- description : Response
294
- summary : query Parameter-elevation Regressions on Independent Slopes Model Monthly
295
- Climate Data for the Continental United States. January 2012 Shapshot by cube
296
- tags :
297
- - PRISM
298
- /collections/PRISM/position :
299
- get :
300
- description : Parameter-elevation Regressions on Independent Slopes Model Monthly
301
- Climate Data for the Continental United States. January 2012 Shapshot
302
- operationId : queryPositionPrism
303
- parameters :
304
- - $ref : https://schemas.opengis.net/ogcapi/edr/1.0/openapi/parameters/positionCoords.yaml
305
- - $ref : https://schemas.opengis.net\ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/parameters/datetime
306
- - $ref : https://schemas.opengis.net/ogcapi/edr/1.0/openapi/parameters/parameter-name.yaml
307
- - $ref : https://schemas.opengis.net/ogcapi/edr/1.0/openapi/parameters/z.yaml
308
- - $ref : ' #/components/parameters/f'
309
- responses :
310
- ' 200 ' :
311
- content :
312
- application/prs.coverage+json :
313
- schema :
314
- $ref : https://schemas.opengis.net/ogcapi/edr/1.0/openapi/schemas/coverageJSON.yaml
315
- description : Response
316
- summary : query Parameter-elevation Regressions on Independent Slopes Model Monthly
317
- Climate Data for the Continental United States. January 2012 Shapshot by position
318
- tags :
319
- - PRISM
320
227
/conformance :
321
228
get :
322
229
description : API conformance definition
@@ -432,6 +339,19 @@ paths:
432
339
summary : This document
433
340
tags :
434
341
- server
342
+ /stac :
343
+ get :
344
+ description : SpatioTemporal Asset Catalog
345
+ operationId : getStacCatalog
346
+ parameters : []
347
+ responses :
348
+ ' 200 ' :
349
+ $ref : ' #/components/responses/200'
350
+ default :
351
+ $ref : ' #/components/responses/default'
352
+ summary : SpatioTemporal Asset Catalog
353
+ tags :
354
+ - stac
435
355
servers :
436
356
- description : pygeoapi provides an API to geospatial data
437
357
url : http://localhost:5001
@@ -441,9 +361,6 @@ tags:
441
361
description : information
442
362
url : https://example.org
443
363
name : server
444
- - description : Parameter-elevation Regressions on Independent Slopes Model Monthly
445
- Climate Data for the Continental United States. January 2012 Shapshot
446
- name : PRISM
447
364
- name : coverages
448
365
- name : edr
449
366
- name : records
0 commit comments