Richard Smith
Richard Smith
One feature we are really interested in is the ability to request from the server the possible queryables and their accepted values. As defined, there are two routes: - `/queryables`...
cql-text
I see that there is a branch with a base implementation for cql-text. When I try to use it, I get import errors. What is the road map for this...
I am wondering what the reasoning behind not including the `` `ast.NotEqual` `ne` comparison in the cql-json parser is? pygeofilter.parsers.cql_json.parser.COMPARISON_MAP
The cql-json LIKE format is: ``` { "like": [ { "property": "name" }, "Smith." ], "singleChar": ".", "nocase": true } ``` https://portal.ogc.org/files/96288#req_simple-cql_like-predicate
Modified the cql-json processor for LIKE predicate. Looks like the format it was developed is different to the example given in the OGC doc. https://portal.ogc.org/files/96288#req_simple-cql_like-predicate
While looking at #272, we are trying to find a way to have URL parameters and POST request body defined in the openAPI docs. I am having trouble understanding the...
While writing code to add the filters extension it became clear that it was difficult for downstream applications to dynamically register the extensions they implement and for this to modify...
Harmonises the makemigrations and lintmigrations config loading code and sorts the priority order. As it was before, only Falsy default values could be overwritten by config options. I would also...
Any reason not to default to using the headless opencv install? I don't think there is a way to specify `opencv-python` or `opencv-python-headless`. That would be nice.