Skip to content

Comments

feat(raster): add RS_Contains, RS_Intersects, RS_Within UDFs#615

Draft
Kontinuation wants to merge 1 commit intoapache:mainfrom
Kontinuation:pr14-rs-spatial-predicates
Draft

feat(raster): add RS_Contains, RS_Intersects, RS_Within UDFs#615
Kontinuation wants to merge 1 commit intoapache:mainfrom
Kontinuation:pr14-rs-spatial-predicates

Conversation

@Kontinuation
Copy link
Member

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

@Kontinuation Kontinuation force-pushed the pr14-rs-spatial-predicates branch 2 times, most recently from 1043021 to d54ef15 Compare February 19, 2026 02:27
@Kontinuation Kontinuation force-pushed the pr14-rs-spatial-predicates branch from d54ef15 to 38aab51 Compare February 20, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant