totycro 0ffe1c57d9 Minor improvements and cleanup of process API (#594)
* Move tinydb configuration from base manager to tinydb

* Rename job_result to job

It's actually the job metadata

* Make get_job_result only return the result

The status is part of the metadata which is already returned by get_job

* Detect format from request headers, not response headers

* Default to json output, not html

This is a reasonable default because mostly browsers want html, and they
always request html, whereas dev tools used by api users might not
always request json.

* Don't provide outputs when executing async an job

In this case, we don't have any outputs yet.

* Make connection an optional attribute for managers

instead of only defining it for tinydb
2020-12-23 11:27:58 -05:00
2020-06-13 08:12:25 -04:00
2020-10-06 13:22:07 -04:00
2020-11-19 17:33:09 +02:00
2020-12-22 06:53:31 -05:00
2020-12-22 06:53:31 -05:00
2020-03-03 23:03:14 +01:00
2020-12-22 06:53:31 -05:00
2020-04-12 17:27:31 -04:00
2018-04-02 18:18:37 -04:00
2020-06-22 14:58:05 -04:00

pygeoapi

Build Status

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.

Please read the docs at https://docs.pygeoapi.io for more information.

S
Description
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.
Readme 50 MiB
Languages
nesC 76.3%
Python 22.3%
HTML 1.3%