[OWSLib-devel] Contribute Patches for WPS client ...
Tom Kralidis
tomkralidis at hotmail.com
Mon Jul 8 09:02:23 PDT 2013
Carsten: you fork the repo on GitHub, commit your changes to your fork then send us a pull request, which is the usual workflow. Does that work for you?
Sent from my iPhone
On 2013-07-08, at 10:02, "Carsten Ehbrecht" <ehbrecht at dkrz.de> wrote:
> -----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-----
> _______________________________________________
> OWSLib-devel mailing list
> OWSLib-devel at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/owslib-devel
More information about the OWSLib-devel
mailing list