geopython / OWSLib

OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models.
https://owslib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
390 stars 277 forks source link

Send files as ComplexData to WPS #852

Closed sehHeiden closed 2 weeks ago

sehHeiden commented 1 year ago

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!

huard commented 1 year ago

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.

github-actions[bot] commented 1 month ago

This Issue has been inactive for 90 days. In order to manage maintenance burden, it will be automatically closed in 7 days.

github-actions[bot] commented 2 weeks ago

This Issue has been closed due to there being no activity for more than 90 days.