Merge pull request #617 from tomkralidis/fix-oapi-refs

update OpenAPI repo names
This commit is contained in:
Tom Kralidis
2021-02-12 15:17:57 -05:00
committed by GitHub
5 changed files with 7 additions and 7 deletions
@@ -101,7 +101,7 @@ Data access examples
- coverage access with subsetting
- http://localhost:5000/collections/foo/coverage?subset=lat(10,20)&subset=long(10,20)
.. _`OGC API - Coverages`: https://github.com/opengeospatial/ogc_api_coverages
.. _`OGC API - Coverages`: https://github.com/opengeospatial/ogcapi-coverages
.. _`rasterio`: https://rasterio.readthedocs.io
.. _`xarray`: https://xarray.pydata.org
.. _`NetCDF`: https://en.wikipedia.org/wiki/NetCDF
@@ -73,6 +73,6 @@ Processing examples
.. todo:: add more examples once OAProc implementation is complete
.. _`OGC API - Processes`: https://github.com/opengeospatial/wps-rest-binding
.. _`OGC API - Processes`: https://github.com/opengeospatial/ogcapi-processes
.. _`sample`: https://github.com/geopython/pygeoapi/blob/master/pygeoapi/process/hello_world.py
.. _`TinyDB`: https://tinydb.readthedocs.io
+1 -1
View File
@@ -70,7 +70,7 @@ Data access examples
- `http://localhost:5000/collections/lakes/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}?f=mvt <http://localhost:5000/collections/lakes/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}?f=mvt>`_
.. _`OGC API - Tiles`: https://github.com/opengeospatial/OGC-API-Tiles
.. _`OGC API - Tiles`: https://github.com/opengeospatial/ogcapi-tiles
.. _`MapProxy`: https://mapproxy.org
.. _`tippecanoe`: https://github.com/mapbox/tippecanoe
.. _`Mapbox Vector Tiles`: https://docs.mapbox.com/vector-tiles/reference
+2 -2
View File
@@ -68,8 +68,8 @@ def dategetter(date_property, collection):
:param date_property: property representing the date
:param collection: dictionary to check within
:returns: `str` (ISO8601) representing the date. (allowing for an open interval
using null).
:returns: `str` (ISO8601) representing the date (allowing
for an open interval using null)
"""
value = collection.get(date_property, None)
+2 -2
View File
@@ -77,7 +77,7 @@ components:
content:
application/json:
schema:
$ref: https://raw.githubusercontent.com/opengeospatial/wps-rest-binding/master/core/openapi/schemas/exception.yaml
$ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/exception.yaml
description: Unexpected error
info:
contact:
@@ -276,7 +276,7 @@ paths:
type: text/plain
value: hi there
schema:
$ref: https://raw.githubusercontent.com/opengeospatial/wps-rest-binding/master/core/openapi/schemas/execute.yaml
$ref: https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/execute.yaml
description: Mandatory execute request JSON
required: true
responses: