0ffe1c57d97566946def4bc548fc039809d6423c
* 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
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.
Please read the docs at https://docs.pygeoapi.io for more information.
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.
Languages
nesC
76.3%
Python
22.3%
HTML
1.3%
