geopython / OWSLib

OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models.
https://owslib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
390 stars 277 forks source link

Calling WFS without specifying version #715

Closed miszokienka closed 2 weeks ago

miszokienka commented 3 years ago

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.

huard commented 3 years ago

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

github-actions[bot] commented 1 month ago

This Issue has been inactive for 90 days. In order to manage maintenance burden, it will be automatically closed in 7 days.

github-actions[bot] commented 2 weeks ago

This Issue has been closed due to there being no activity for more than 90 days.