tests/testthat/_snaps/query-geodata-filter.md

filter() builds clean CQL without a drop_null artifact (#368)

Code
  cql(filter(promise, INTERSECTS(bbox)))
Output
  <SQL> (INTERSECTS(GEOMETRY, POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))))
Code
  cql(filter(filter(promise, INTERSECTS(bbox)), BGC_LABEL != "ZZZ"))
Output
  <SQL> ((INTERSECTS(GEOMETRY, POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0)))) AND ("BGC_LABEL" != 'ZZZ'))


Try the bcdata package in your browser

Any scripts or data that you put into this service are public.

bcdata documentation built on July 9, 2026, 9:07 a.m.