f7800fb46bf2644c6843c83d0a0d7e6afd1880d0
job_id via request parameter (#675)
This is somewhat unconventional with REST design and leaves it up to the process implementation to deal with duplicates and invalid IDs, however it can make sense in certain use cases. An alternative design would be to encode the desired `job_id` in the url: `POST /processes/<process_id>/jobs/<job_id>` This would suggest full control over the `job_id` from the client side, so I'd prefer to pass the id via POST data. This way we can treat it as suggestion, or possibly as a template from which the server derives the actual id.
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%
