Skip to content

Commit 169c657

Browse files
author
Phil Varner
committed
clarify stac-fastapi-pgstac implementation
1 parent 50ce485 commit 169c657

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,11 @@ The standalone files are:
237237

238238
These projects have or are developing CQL2 support:
239239

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,
243245
including the ability to convert from CQL2 Text to CQL2 JSON
244246
- [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)
245247
- [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

Comments
 (0)