You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,9 +237,11 @@ The standalone files are:
237
237
238
238
These projects have or are developing CQL2 support:
239
239
240
-
-[stac-fastapi-pgstac](https://github.com/stac-utils/stac-fastapi-pgstac) has support via
241
-
[pgstac](https://github.com/stac-utils/pgstac) for CQL2 Text and CQL2 JSON
242
-
-[pygeofilter](https://github.com/geopython/pygeofilter) handles both CQL2 Text and CQL2 JSON,
240
+
-[stac-fastapi-pgstac](https://github.com/stac-utils/stac-fastapi-pgstac) has support for
241
+
CQL2 Text and CQL2 JSON, via using [pygeofilter](https://github.com/geopython/pygeofilter)
242
+
to translate CQL2 Text to CQL2 JSON and processing the CQL2 JSON with
243
+
[pgstac](https://github.com/stac-utils/pgstac)
244
+
-[pygeofilter](https://github.com/geopython/pygeofilter) handles both CQL2 Text and CQL2 JSON,
243
245
including the ability to convert from CQL2 Text to CQL2 JSON
244
246
-[xtraplatform-spatial](https://github.com/interactive-instruments/xtraplatform-spatial) has support for CQL2 Text and provides an [ANTLR 4 grammer](https://github.com/interactive-instruments/xtraplatform-spatial/tree/master/xtraplatform-cql/src/main/antlr/de/ii/xtraplatform/cql/infra)
245
247
-[Geotools](https://github.com/geotools/geotools) has support for [CQL2 text](https://github.com/geotools/geotools/tree/main/modules/library/cql/src/main/java/org/geotools/filter/text/cql2)
0 commit comments