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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user