Replies: 1 comment
-
Update: After some code research, I'm currently using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In BigQuery,
returns true.
As you can see, a multiLinestring can be contained by a linestring as long as all edges of it are covered by the edges of linestring.
And in S2, S2Polyline::contains() and S2BooleanOperation::Contains() on lines always return false regardless of S2BooleanOperation::PolylineModel. So what is the best way to calculate contains like BQ does?
Beta Was this translation helpful? Give feedback.
All reactions