cql2 0.5.5

Parse, validate, and convert Common Query Language (CQL2) text and JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "op": "s_crosses",
  "args": [
    { "property": "geometry" },
    {
      "type": "LineString",
      "coordinates": [ [ 172.03086, 1.5 ],
                       [ 1.1, -90.0 ],
                       [ -159.757695, 0.99999 ],
                       [ -180.0, 0.5 ],
                       [ -12.111235, 81.336403 ],
                       [ -0.5, 64.43958 ],
                       [ 0.0, 81.991815 ],
                       [ -155.93831, 90.0 ] ]
    }
  ]
}