Panagiotis (Peter) A. Vretanos

Results 95 comments of Panagiotis (Peter) A. Vretanos

@philvarner [Requirement 1](https://docs.ogc.org/DRAFTS/21-065.html#basic-cql2_filter-expression) says that a basic CQL2 implementation must support the BNF production `booleanValueExpression` which includes the production `comaprisonPredicate` which includes the production `isNullPredicate` which includes both `is null`...

@philvarner, yes. There is a `not` operator and an `isNull` operator in JSON as well so you can combine them to get not null. Again, examples would help and I...

06-DEC-2021: ODATA does allow you to create new resources with a PUT if the resource does not have autogenerated identifiers. However, ODATA does not have a mechanism to inspect the...

CubeWerx commits to an implementation.

@cportele we already discussed this some time ago ... @cholmes proposal kinda follows a discussion we were having early on about several levels of query capability. At that time we...

@cholmes create the PR in this repo. Create a sub directory in the [proposals](https://github.com/opengeospatial/ogcapi-features/tree/master/proposals) directory and write up your proposal there.

A little late but I don't remember if we discussed this... Shouldn't the link to the `/collections/{collectionId}/items` endpoint be indicated using the link relation `search`? The relation`item` is reserved for...

@cportele that would be my vote ... just to play kosher with IANA! ;)

@cholmes the behaviour is controlled by the content type. POST with application/geo+json you have an insert. POST with application/x-www-form-url you have a query. POST is flexible that way. However, I...

@cholmes well, I did not want to bring that up (too much info in one shot) but the issues of stored queries that has been on my mind for a...