Skip to content

Commit 2d0fef6

Browse files
authored
fix text around cql support (#187)
1 parent 0d317bd commit 2d0fef6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fragments/filter/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,11 @@ Formal definitions and grammars for CQL can be found here:
213213

214214
These projects have or are developing CQL support:
215215

216-
- [GeoPython PyCQL](https://github.com/geopython/pycql/tree/master/pycql), and the
216+
Also ECQL is the old CQL standard defined in some old OGC CSW spec, not a superset of the current CQL Text standard from OGC API Features. (Which will be implemented soon).
217+
218+
- [pygeofilter](https://github.com/geopython/pygeofilter) has support for the older ECQL standard (similar to CQL Text) and will soon have support for OGC API Part 3 CQL
219+
- [GeoPython PyCQL](https://github.com/geopython/pycql/tree/master/pycql) (discontinued), and the
217220
[Bitner fork](https://github.com/bitner/pycql) to be used in stac-fastapi
218-
- [pygeofilter](https://github.com/geopython/pygeofilter) has support for ECQL (a superset of CQL Text) and CQL JSON
219221
- [Franklin](https://github.com/azavea/franklin) is working on it in [this PR](https://github.com/azavea/franklin/pull/750).
220222
- [Geotools](https://github.com/geotools/geotools) has support for [CQL text](https://github.com/geotools/geotools/tree/main/modules/library/cql/src/main/java/org/geotools/filter/text/cql2)
221223

0 commit comments

Comments
 (0)