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
386 stars 275 forks source link

query or filter ? #710

Closed KorkXx closed 7 hours ago

KorkXx commented 3 years ago

https://github.com/geopython/OWSLib/blob/06f8da9c4398d90e8b9efef5e13254706db2458e/owslib/feature/__init__.py#L176

At this line, "query" keyword is used. I would have expected "filter" to be used instead.

On the server I use, with WFS v2.0.0, "query" does not raise error but does not allow filtering, while filter does with identical syntax.

Bye, Kork

GregMit commented 3 years ago

Hi,

I have the same issue here, WFS 2.0.0 does not allow filtering with &query= (it doesn't raise error either) In 2.0.0 it should be &filter=

Bye

Greg

github-actions[bot] commented 2 weeks 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 7 hours ago

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