Fwd: JoinQueryRaw.SpatialJoinQueryFlat for polygon - linestring join?

2023-01-06 Thread Jia Yu
And please try to switch the left and right side of the join and see if the result changes. JoinQuery.SpatialJoingQueryFlat(RddA, RddB, considerBoundaryIntersection) means that check if each one in Rdd A is CONTAINED BY each one in Rdd B, considering the situation of boundary intersecting (not

Fwd: JoinQueryRaw.SpatialJoinQueryFlat for polygon - linestring join?

2023-01-05 Thread Jia Yu
Hi Mark, Sedona supports polygon-linestring joins. Did you set 'ConsiderBoundaryIntersection' to true? See: https://sedona.apache.org/1.3.1-incubating/tutorial/core-python/#write-a-spatial-join-query This is the last parameter in Sedona Python JoinQueryRaw.SpatialJoinQueryFlat(). Thanks, Jia