james-willis opened a new pull request, #1030: URL: https://github.com/apache/sedona-db/pull/1030
`RS_FromGDALRaster(binary) -> raster` — decode GDAL-readable raster bytes (e.g. a GeoTIFF) into an in-db raster. The inverse of `RS_AsGeoTiff` and the binary counterpart of `RS_FromPath` (which references a file path as out-db). Split out of the GDAL raster draft #704, reusing that implementation, but adapted to main: decode via the public `open` + `append_as_indb_raster` path (dropping #704's test-only `load_as_indb_raster` helper and the `arrow` umbrella `concat`), accumulating rows into a single `RasterBuilder`. Tests were reworked onto the RasterSpec / `ScalarUdfTester` harness with GDAL-generated bytes — no `.tiff` fixtures. Adds a benchmark and SQL docs. The doc example (round-tripping through `RS_AsGeoTiff`) is shown illustratively rather than executed, so the docs build stays independent of that PR. -- 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]
