paleolimbot commented on issue #817:
URL: https://github.com/apache/sedona-db/issues/817#issuecomment-4435120064
Here is one more, a slightly different issue, but still related to precision
and the S2BooleanOperation. For st_equals:
```python
# Identical vertices but wraparound
pytest.param(
"POLYGON ((179 0, -179 0, 179 1, 179 0))",
"POLYGON ((-181 0, 181 0, -181 1, -181 0))",
True,
id="polygon_equals_wraparound_polygon",
),
````
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]