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
{
  "op": "s_touches",
  "args": [
    { "property": "geometry" },
    {
      "type": "MultiLineString",
      "coordinates": [ [ [ -1.9, -0.99999 ],
                         [ 75.292574, 1.5 ],
                         [ -0.5, -4.016458 ],
                         [ -31.708594, -74.743801 ],
                         [ 179.0, -90.0 ] ],
                       [ [ -1.9, -1.1 ],
                         [ 1.5, 8.547371 ] ] ]
    }
  ]
}