geopython / pywps-flask

Demo service for PyWPS 4 with Flask
MIT License
21 stars 31 forks source link

Add some Example for complex data #62

Open sehHeiden opened 1 year ago

sehHeiden commented 1 year ago

Description

Could you please add some description on https://pywps.readthedocs.io/projects/PyWPS-Demo/en/latest/flask.html how to deal with complex input and output as in buffer for example. I tried to do the buffering from some local files. But that did not work.

I always get: No applicable error code, please check error log. And the Error log, dies not show a reason: Request rejected due to exception.

The link I tried was: http://127.0.0.1:5000/wps?service=WPS&request=Execute&version=1.0.0&identifier=buffer&DataInputs=poly_in=@xlink:href=path1>.gml@method=POST@encoding=UTF-8@schema=<path2.xsd;buffer=10&ResponseDocument=buff_out

Environment