In learnt in the talk _[[duckdb-geography - Global vector data in DuckDB|duckdb-geography: Global vector data in DuckDB]]_, that you can actually check for containment in [[S2]] cells by simply using `<` and `>` operations. It makes sense to think about it, but I never had actually thought about it before.