And, I believe you should be able to post things directly if you join the Sedona community server.
On Thu, Jan 5, 2023 at 4:44 PM Jia Yu <ji...@apache.org> wrote: > 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 > > ---------- Forwarded message --------- > From: Mark Broich <mark.bro...@mapbox.com> > Date: Thu, Jan 5, 2023 at 4:27 PM > Subject: JoinQueryRaw.SpatialJoinQueryFlat for polygon - linestring join? > To: <dev-i...@sedona.apache.org> > Cc: <dev-ow...@sedona.apache.org> > > > Hi all, > > I am trying to use JoinQueryRaw.SpatialJoinQueryFlat() to join polygons > and linestrings but the result is empty despite overlap in the polygons and > linestrings. > > I am wondering if JoinQueryRaw.SpatialJoinQueryFlat can do the join I am > after or if I need to do a RangeQuery.SpatialRangeQuery(). > > Also, how do I get posting rights on the Apache Sedona community server > <https://discord.gg/9A3k5dEBsY>? > > Tnx for any pointers. Regards, Mark >