OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

Calling WFS without specifying version

Open miszokienka opened this issue 5 years ago • 1 comments

Is there a way to call WFS with owslib.wfs.WebFeatureService() without specifying a version in parentheses? I want to call GetCapabilities and find out which WFS versions are supported by the server.

miszokienka avatar Nov 20 '20 09:11 miszokienka

I don't think the standard allows for this: http://opengeospatial.github.io/e-learning/wfs/text/operations.html#getcapabilities

huard avatar Feb 17 '21 13:02 huard