geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
460 stars 250 forks source link

Fix indentation error in process.py #1618

Closed webb-ben closed 2 months ago

webb-ben commented 2 months ago

Overview

Fix indentation error so that the constant dictionary name_in_path is valid even when no pygeoapi processes are configured at runtime.

Related Issue / discussion

Addresses: https://github.com/geopython/pygeoapi/issues/1617

Additional information

Dependency policy (RFC2)

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)