developmentseed / developmentseed/cql2-rs
Add converter from cql
Open
- Dominant language
- Rust
- Stars
- 23
- Forks
- 3
- Avg merge
- 5h 2m
- Merged PRs (30d)
- 7
Description
There's probably quite a few **cql** (not **cql2**) examples out there in the wild, e.g. https://github.com/stac-utils/rustac-py/issues/135#issuecomment-2883481676 was taken from a **cql** example. It could be handy to provide a converter from **cql** to **cql2** as a part of this library. If there's a grammar for **cql**, maybe it wouldn't be too big a lift.
I envision the Rust crate just providing the conversion methods, and any downstream Python clients (either this one, **rustac**, or whatever) could link together the conversions in to nice "fallback" behaviors as they see fit.
Contributor guide
Assessment
This issue has not been assessed yet.