[owslib-devel] wps branch available

Jorge de Jesus jmdj at pml.ac.uk
Thu Nov 10 02:11:49 PST 2011


 Hi to all

The namespace "http://www.openspatial.net/wps" is an old namespace and
has been dropped (if you look at the WPS1.0.0 document you have it in
the SOAP example in page 69).

In the OGC world the schema structure takes precedence over
documentation, meaning if it is in the schema then is an "absolute
truth", and the WPS using that namespace should be updated.

Luca, maybe you should use an "open mind" approach, using what ever
namespace is assigned to wps. See the example below on how to get the
namespace:


import urllib, stringIO
from lxml import etree
xmlIO=urllib.read("http://schemas.opengis.net/wps/1.0.0/examples/53_wpsExecute_request_ComplexValue.xml")
wpsXML=etree.parse(xmlIO)
wpsXML.getroot().nsmap["wps"]
>>'http://www.opengis.net/wps/1.0.0'


Jorge




On 09/11/11 20:56, Cinquini, Luca (3880) wrote:
> Hi Dom,
>
> 	thanks for the additional example... I noticed that your service uses the namespace "http://www.opengeospatial.net/wps", while the other two WPS services I have tested against use "http://www.opengis.net/wps/1.0.0".
> >From the OGC web site it looks like the second namespace should be the correct one (see for example: http://schemas.opengis.net/wps/1.0.0/wpsGetCapabilities_request.xsd), 
> but maybe I am wrong and we need to support both ? Would you know what is the correct way to go ?
>
> thanks, Luca
>
> On Nov 9, 2011, at 6:56 AM, Dominic Lowe wrote:
>
>> Luca,
>>
>> Many thanks for your contributions.
>>
>> We also have a WPS server (implemented in Python) that you could test 
>> against:
>> http://ceda-wps2.badc.rl.ac.uk/wps?Service=WPS&Request=GetCapabilities&Format=text/xml
>>
>> The following "DoubleIt" process can be called without security 
>> (DescribeProcess):
>>
>> http://ceda-wps2.badc.rl.ac.uk/wps?Service=WPS&Request=DescribeProcess&Version=1.0.0&Identifier=DoubleIt
>>
>> Regards,
>>
>> Dom
>>
>> On 08/11/11 23:10, Luca.Cinquini at jpl.nasa.gov wrote:
>>> Hi Jorge,
>>> 	these are great examples... if you give me one day (at most two) I will expand the code to support them, and provide some tests and examples... I'll let you know when you can start giving it a try...
>>> thanks, Luca
>>>
>>> On Nov 8, 2011, at 3:18 AM, Jorge de Jesus wrote:
>>>
>>>> Ciao Luca
>>>>
>>>> Excellent job, we should all buy you some beer :)
>>>>
>>>> It's really nice that you are using the USGS WPS since it is  a 52North
>>>> WPS instance, the owslib should be tested against the major WPS
>>>> implementations (Zoo, degree etc), maybe you could make an introduction
>>>> of owslib in other mailing list and get their support.
>>>>
>>>> Anyway if you need you can use the PML WPS instances (vector and raster
>>>> instances are mainly WPS-Grass-Bridge processes)
>>>> Support page:
>>>> http://rsg.pml.ac.uk/wps/index.html
>>>> Test data page:
>>>> http://rsg.pml.ac.uk/wps/testdata/index.html
>>>>
>>>> Examples:
>>>> http://rsg.pml.ac.uk/wps/generic.cgi?request=Execute&service=wps&version=1.0.0&identifier=reprojectImage&datainputs=[inputImage=http://rsg.pml.ac.uk/wps/testdata/elev_srtm_30m.img;outputSRS=EPSG:4326]&responsedocument=outputImage=@asreference=true
>>>>
>>>> http://rsg.pml.ac.uk/wps/generic.cgi?request=Execute&service=WPS&version=1.0.0&identifier=reprojectCoords&datainputs=[coords=http://rsg.pml.ac.uk/wps/testdata/coords.txt;outputSRS=EPSG:32630;inputSRS=EPSG:4326]
>>>>
>>>> http://rsg.pml.ac.uk/wps/vector.cgi?request=execute&service=WPS&version=1.0.0&identifier=v.net.path&datainputs=[input=http://rsg.pml.ac.uk/wps/example/graph.gml;file=1%20-960123.1421801624%204665723.56559387%20-101288.65106088226%205108200.011823481]
>>>>
>>>> I'll give a look at the code and test it
>>>>
>>>> Jorge
>>>>
>>>> On 07/11/11 14:42, Cinquini, Luca (3880) wrote:
>>>>> Hi all,
>>>>> 	I have created a wps branch of owslib that contains a first draft support for WPS.
>>>>>
>>>>> The branch is available here: https://owslib.svn.sourceforge.net/svnroot/owslib/branches/wps
>>>>>
>>>>> The module has been tested against the USGS WPS service - does anybody know of another service to test against ?
>>>>>
>>>>> A good starting point to test functionality is the file README_WPS.txt
>>>>>
>>>>> All WPS functionality is included in separate files, except for a small addition to util.py to set the 'text/xml' header for a POST request.
>>>>>
>>>>> All feedback appreciated,
>>>>>
>>>>> thanks, Luca
>>>>> ------------------------------------------------------------------------------
>>>>> RSA(R) Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> owslib-devel mailing list
>>>>> owslib-devel at lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/owslib-devel
>>>> --------------------------------------------------------------------------------
>>>> Plymouth Marine Laboratory
>>>>
>>>> Registered Office:
>>>> Prospect Place
>>>> The Hoe
>>>> Plymouth  PL1 3DH
>>>>
>>>> Website: www.pml.ac.uk
>>>> Click here for PML Annual Review
>>>> Registered Charity No. 1091222
>>>> PML is a company limited by guarantee
>>>> registered in England&  Wales
>>>> company number 4178503
>>>>
>>>> Please think before you print
>>>>
>>>> --------------------------------------------------------------------------------
>>>> This e-mail, its content and any file attachments are confidential.
>>>>
>>>> If you have received this e-mail in error please do not copy, disclose it to any third party or use the contents or attachments in any way. Please notify the sender by replying to this e-mail or e-mail forinfo at pml.ac.uk and then delete the email without making any copies or using it in any other way.
>>>>
>>>> The content of this message may contain personal views which are not the views of Plymouth Marine Laboratory unless specifically stated.
>>>>
>>>> You are reminded that e-mail communications are not secure and may contain viruses. Plymouth Marine Laboratory accepts no liability for any loss or damage which may be caused by viruses.
>>>> --------------------------------------------------------------------------------
>>>> <0x595FF9D3.asc>
>>> ------------------------------------------------------------------------------
>>> RSA(R) Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> owslib-devel mailing list
>>> owslib-devel at lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/owslib-devel
>> -- 
>> Scanned by iCritical.
>>
>> ------------------------------------------------------------------------------
>> RSA(R) Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> owslib-devel mailing list
>> owslib-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owslib-devel
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> owslib-devel mailing list
> owslib-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owslib-devel


--------------------------------------------------------------------------------
Plymouth Marine Laboratory
 
Registered Office:
Prospect Place 
The Hoe
Plymouth  PL1 3DH
 
Website: www.pml.ac.uk
Click here for PML Annual Review
Registered Charity No. 1091222
PML is a company limited by guarantee
registered in England & Wales
company number 4178503

Please think before you print

--------------------------------------------------------------------------------
This e-mail, its content and any file attachments are confidential.

If you have received this e-mail in error please do not copy, disclose it to any third party or use the contents or attachments in any way. Please notify the sender by replying to this e-mail or e-mail forinfo at pml.ac.uk and then delete the email without making any copies or using it in any other way.

The content of this message may contain personal views which are not the views of Plymouth Marine Laboratory unless specifically stated.

You are reminded that e-mail communications are not secure and may contain viruses. Plymouth Marine Laboratory accepts no liability for any loss or damage which may be caused by viruses.
--------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0x595FF9D3.asc
Type: application/pgp-keys
Size: 1354 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/owslib-devel/attachments/20111110/57e2ff5a/attachment.key>


More information about the OWSLib-devel mailing list