Kontinuation opened a new pull request, #615: URL: https://github.com/apache/sedona-db/pull/615
## Summary - Add `RS_Contains`, `RS_Intersects`, and `RS_Within` spatial predicate UDFs to `sedona-raster-functions` - Supports raster-geometry and raster-raster spatial relationship tests with CRS-aware coordinate transformation - Adds `crs_utils` module for CRS resolution and coordinate transformation helpers - Extends `executor.rs` with `execute_raster_wkb_crs_void` (raster+geometry iteration) and `execute_raster_raster_void` (two-raster iteration) patterns - Makes `sedona-proj::st_transform` module and `with_global_proj_engine` function public for cross-crate CRS transformation - Includes unit tests and benchmark entries in `native-raster-functions.rs` -- 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]
