Fix typo in ogcapi-processes.rst (#1715)

This commit is contained in:
Colton Loftus
2024-07-08 02:47:20 -04:00
committed by GitHub
parent b30465c147
commit 5e48308ba2
@@ -9,7 +9,7 @@ fashion (inputs, outputs).
pygeoapi implements OGC API - Processes functionality by providing a plugin architecture, thereby
allowing developers to implement custom processing workflows in Python.
The pygeoapi offers two processes: a default ``hello-world`` process which allows you to quickly explore the capabilities of processes, and an optional ``shapely-functions`` process with more advanced features that leverages `Shapely_` to expose various geometric processing functionality.
The pygeoapi offers two processes: a default ``hello-world`` process which allows you to quickly explore the capabilities of processes, and an optional ``shapely-functions`` process with more advanced features that leverages `Shapely`_ to expose various geometric processing functionality.
Configuration
-------------