Kontinuation commented on issue #1789: URL: https://github.com/apache/sedona/issues/1789#issuecomment-2634427264
Are the coordinates of your polygons in lon/lat degrees? If this is the case, you should use `ST_DistanceSphere` or `ST_DWithin(a.polygon_geometry, b.polygon_geometry, 100, true)` to calculate the spherical distance. Otherwise, the distance calculated by ST_Distance will be in degrees, which could result in a significantly large result set for the join. -- 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]
