Touching-only intersection
geometryA cell that only shares a boundary point/edge (zero area) with the polygon.
▪ Rendered from the real conversion/geometry code.Detection
Intersection area ≈ 0 despite booleanIntersects true.
Mitigation
- Require intersection_area > ε, not mere touching