OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

Send files as ComplexData to WPS

Open sehHeiden opened this issue 2 years ago • 1 comments

I am trying an PyWPS example and want to send a GML Layer as ComplexData to get the buffer. The question, I have, is: How do I send the vector file to the WPS with ows?

I could not find any description in the documentation!

sehHeiden avatar Dec 12 '22 21:12 sehHeiden

We use a high-level WPS client to ease the process of sending files as WPS inputs, see https://github.com/bird-house/birdy

You'll be able to find the embedding logic in the code, which uses owslib.

huard avatar Dec 13 '22 14:12 huard