james-willis commented on issue #1076: URL: https://github.com/apache/sedona-db/issues/1076#issuecomment-5073576856
Edge densification landed in #1073: each cross-CRS raster footprint edge is densified (~10 points) in the raster's native CRS before reprojection, so the footprint follows the projected curve instead of a straight 4-corner chord. This resolves the curved-edge under/over-coverage and substantially narrows the optimized-vs-scalar-kernel divergence. Remaining in scope here: **antimeridian-crossing footprints** (a footprint reprojected across ±180° still yields a chord through lon 0 and a globe-spanning MBR). Explicitly out of scope for the join (users who need it can write a geography join): geodesic / geography-tolerance matching. -- 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]
