ogcapi-features
ogcapi-features copied to clipboard
An open standard for querying geospatial information on the web.
In GeoServer own Extended CQL we have the ability to express a list of filters, separated by semicolon, e.g: `` ...&CQL_FILTER=persons>1000;quality='good' `` This is used in combination with requests accessing...
This is mostly a question to see if this exists -- we have specs for Collections and for the TxnExt on Features, but do we have a TxnExt for Collections?
What is preferred method of determining OGC-API Features resource urls? For example, giving an OGC-API Features server url of `https://my.server.com/ogc/features`, is it **assured** that the following urls return the named...
Here are some typical values for the “minimum”, “maximum”, and “default” properties of the [“limit parameter"](http://docs.opengeospatial.org/DRAFTS/17-069r4.html#_parameter_limit): - minimum: 1 - maximum: 10000 - default: 10 None of these properties can...
This is revisiting #329. The topic came up again during the May 2021 sprint in the context of styles. See https://github.com/opengeospatial/ogcapi-code-sprint-2021-05/issues/36. At least for the general requirements class, a mechanism...
Do we need support for POST at `/collections/{collectionId}/items`? This could be useful/necessary for filter expressions with large geometries (this could use `application/x-www-form-urlencoded` with cql-text) or for filter expressions with cql-json...
Most of the data consumers from WFS need the geometry but sometimes, the service can provide data for charts or HTML tables where geometry would slow down the data retrieval...
The OGC Naming Authority assigns URIs to resources that are registered (like coordinate reference systems, link relation types, etc.). During the September 2021 OGC Member Meeting the OGC Naming Authority...
The Queryables mechanism in CQL support uses a field `additionalProperties` to indicate that the server allows values to be requested that are not explicitly defined as queryables. This should also...
See https://github.com/opengeospatial/ogcapi-records/issues/126