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_within",
  "args": [
    {
      "type": "Polygon",
      "coordinates": [ [ [ -49.88024, 0.5, -75993.341684 ],
                         [ -1.5, -0.99999, -100000.0 ],
                         [ 0.0, 0.5, -0.333333 ],
                         [ -49.88024, 0.5, -75993.341684 ] ],
                       [ [ -65.887123, 2.00001, -100000.0 ],
                         [ 0.333333, -53.017711, -79471.332949 ],
                         [ 180.0, 0.0, 1852.616704 ],
                         [ -65.887123, 2.00001, -100000.0 ] ] ]
    },
    { "property": "geometry" }
  ]
}