james-willis opened a new pull request, #1027: URL: https://github.com/apache/sedona-db/pull/1027
`RS_Values(raster, points [, band]) -> List<Double>` — the plural of `RS_Value`, sampling one pixel per point. The points are carried as a **MultiPoint** (a bare Point is also accepted), diverging from Sedona's `RS_Values(raster, Array<Geometry>)`: `SedonaType` has no `List<geometry>` representation, so the array-of-geometry signature would need new type-system plumbing. This keeps the first cut self-contained; the canonical signature can follow. Sampling, CRS handling, and pixel decoding are shared with `RS_Value` via a new `sampling` module rather than duplicated. -- 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]
