We are trying to determine whether a set of linestrings intersects a polygon and are seeing two different results. BigQuery is saying they do intersect, and we can see that in geoviz it does seem that they intersect. However, if we export this and use R to see if they intersect, it says they do not, and if we view them in QGIS it looks like they do not intersect. The data originates in BigQuery, and we are using ST_Intersects, which does return true for many of the linestring segments.