[OWSLib-devel] Contribute Patches for WPS client ...
Carsten Ehbrecht
ehbrecht at dkrz.de
Mon Jul 8 06:57:19 PDT 2013
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello *,
we were starting using the WPS client from OWSLib ... and i was running
into some troubles which i would like to provide some patches for.
Is it possible to get a branch on https://github.com/geopython/OWSLib
were i can commit my changes?
The troubles were:
* getting multiple output values in an async execution
* collecting literal data values from an execution result
So a request like the following works now with my patches:
# get multiple outputs
wps = WebProcessingService('http://rsg.pml.ac.uk/wps/generic.cgi',
verbose=verbose)
processid = 'dummyprocess'
inputs = [("input1", '1'), ("input2", '2')]
# list of tuple (output identifier, asReference attribute)
outputs = [("output1",True), ("output2",False)]
execution = wps.execute(processid, inputs, output=outputs)
Cheers,
Carsten
- --
Carsten Ehbrecht
Deutsches Klimarechenzentrum (DKRZ) - German Climate Computing Centre
Room 108 - Bundesstrasse 45a, D-20146 Hamburg, Germany
Phone: +49 (40) 46 00 94-148
E-Mail: ehbrecht at dkrz.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJR2sU2AAoJEHWLRC3gSmHTELkIAJkyzKKtFxRO84ZCZsOG9UQU
BmlFNWISS2OfL+81k6uGvgkiQrwIFZx4uoM7h8PQK6S/J22ztQJTYWKVIjlNPxi6
Od84fx0/DbkWHhbWCvA4WNJIAqXsN4dhWYg0xP+JaGPxHeJMiYq84FNJ3koPYvNN
mOSo7NPPL0w7A31jcPDSzec3JZDCwobY4ar1sxB0aLtJXfZKUxbnuCxez5gYXlQj
w2HGxKukJSWSFXRWhP+ZGpDW2WUXIS1b4Oz8IkMUau+fSwpbr3SAhviN7jA8ieSD
T7TVJizbwPFJ8aMmiapI831uFHDwLeepQlvMw4i1WWVUC2ESfdFzlmnWjn3fZHo=
=2oG3
-----END PGP SIGNATURE-----
More information about the OWSLib-devel
mailing list