Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.09 KB

OGC-API.md

File metadata and controls

26 lines (21 loc) · 2.09 KB
permalink
/OGC-API.html

OGC API identifiers

The recently released OGC API - Features - Part 1: Core specifies a set of URI patterns for accessing features.

Terminology

  • feature = individual item
  • collection = dataset

Schemas

Response structure is defined in a set of YAML patterns

Note that the response must be provided in HTML and JSON, other formats optional.

URI patterns

Resource + spec-link relative URI pattern response + example
Service / Landing page
API description /api Swagger with API details
Conformance /conformance List of conformance classes implemented by this service
Collections /collections List of collections available from this service
Specific collection /collections/{collectionId} Description of a collection (but not including the members)
Features /collections/{collectionId}/items List of members of a collection
Specific feature /collections/{collectionId}/items/{featureId} Description of a feature