bird-house / birdy

Birdy provides a command-line tool to work with Web Processing Services.
http://birdy.readthedocs.io/en/latest/
Apache License 2.0
8 stars 3 forks source link

GeoServer does not seem to support the ALL identifier #229

Closed huard closed 1 year ago

huard commented 1 year ago

Description

It's part of the spec, but GeoServer does not seem to support it. It returns a ServiceException when calling describeProcess with the all or ALL identifier.

I suggest we catch this exception and run describeProcess on each process individually.

Environment

Steps to Reproduce

wps = birdy.client.base.WPSClient("https://pavics.ouranos.ca/geoserver/ows?service=WFS&version=1.0.0&request=GetCapabilities") 

Additional Information

Links to other issues or sources.