OACov: change coverage range-subset to properties, update conformance classes (#870)

* OACov: change coverage range-subset to properties, update conformance classes

* fix conformance tests
This commit is contained in:
Tom Kralidis
2022-03-10 16:23:49 -05:00
committed by GitHub
parent 87de3cf4d1
commit f17c6936a0
5 changed files with 27 additions and 23 deletions
@@ -15,7 +15,7 @@ pygeoapi core feature providers are listed below, along with a matrix of support
parameters.
.. csv-table::
:header: Provider, range-subset, subset, bbox, datetime
:header: Provider, properties, subset, bbox, datetime
:align: left
rasterio,✅,✅,✅,
@@ -96,8 +96,8 @@ Data access examples
* http://localhost:5000/collections/foo/coverage?f=json
* coverage access via native format (as defined in ``provider.format.name``)
* http://localhost:5000/collections/foo/coverage?f=GRIB
* coverage access with comma-separated range-subset
* http://localhost:5000/collections/foo/coverage?range-subset=1,3
* coverage access with comma-separated properties
* http://localhost:5000/collections/foo/coverage?properties=1,3
* coverage access with subsetting
* http://localhost:5000/collections/foo/coverage?subset=lat(10,20)&subset=long(10,20)