You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OGC API - Processes: BoundingBox, Complex and reference Input/Output + tests (#614)
* Fix BoundingBox JSON input
* inputs.py - support json data input inside a json
* pywps/inout/basic.py - support json data when saving to input data file
* docs/api_rest.rst - add docs for reference and Complex, BoundingBox, and reference inputs
* WPSRequest.py - fix complex input
* pywps/inout/basic.py - IOHandler.data - support storage json data from loaded via a reference
* pywps/inout/outputs.py - support JSON ComplexOutput in JSON format
* pywps/response/execute.py - support BoundingBoxOutput in JSON format
* tests/test_execute.py - test JSON: In/Out BondingBox, In/Out Complex (GeoJSON), In Reference (GeoJSON)
* WPSRequest.py, execute.py - add http_request to preprocess (as **kwargs)
* pywps/app/WPSRequest.py - remove a deprecated unused import
0 commit comments