OGC - Conformance
URLs
Get all the links to the OGC standards that Pure Farming's OGC API conforms to.
GET /ogc/conformance
Response Structure
A call to the conformance endpoint returns the following fields:
{
"conformsTo": [...]
}
Response Item | Description | Data Type |
---|---|---|
ConformsTo | The standards that the Pure Farming's OGC API conforms to. This includes "ogcapi - features" related to core, oas30, html, geojson, and gmlsf0 | An array of conformsTo |
ConformsTo
Provides links to the tests which verify Pure Farming's OGC API conforms to the OGC standard.
{
"conformsTo": [
"https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core",
"https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30",
"https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/html",
"https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson",
"https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/gmlsf0"
]
}
Links | Standards that OGC API conforms to |
---|---|
https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core | This page provides tests that verify that Pure Farming OGC API conforms to conformance class core |
https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30 | This page provides tests that verify that Pure Farming OGC API conforms to conformance class oas30 |
https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/html | This page provides tests that verify that Pure Farming OGC API conforms to conformance class HTML |
https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson | This page provides tests that verify that Pure Farming OGC API conforms to conformance class GeoJSON |
https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/gmlsf0 | This page provides tests that verify that Pure Farming OGC API conforms to conformance class GML Simple Features Level 0 |