Clemens Portele
Clemens Portele
Meeting 2022-08-01: @cportele will check, they also made changes to the grammar so that the parsing is unambiguous in antlr.
Here is a potential rewrite of `booleanExpression` (inspired by Wirth). I have tested this in our implementation using Antlr: ``` booleanExpression = booleanTerm [ {"OR" booleanTerm} ]; booleanTerm = booleanFactor...
Meeting 2022-09-12: @pvretano will discuss the `booleanExpression` and `arithmeticExpression` rules internally. Others are invited to add their thoughts to this issue, too. We plan to make a decision how to...
Meeting 2022-09-26: The pull request #767 looks good, but we should wait a couple of weeks before merging this, so that this is open for comments from implementers.
Meeting 2022-09-12: @cportele will write a PR.
@pzaborowski - The version 1.0 URIs must resolve to the latest version 1.0.x. The links in the document are correct, the redirects in the definition server are not.
The behavior depends on the feature encoding. For example, in a GeoJSON encoding the `id` member of the GeoJSON feature object is used. So, if you access `https://example.com/collections/buildings/items` with `Accept:...
This is supported by Part 3, if the API declares a queryable for this. General question to the group: Would it make sense to add a recommendation to define such...
Meeting 2022-05-09: The ability to request features by identifier is a common practice, probably it would be better to have a separate query parameter (e.g. `ids`) like `bbox`, `datetime` to...
interactive instruments commits to implementing the extension in [ldproxy](https://github.com/interactive-instruments/ldproxy).