james-willis opened a new pull request, #1028: URL: https://github.com/apache/sedona-db/pull/1028
`RS_AsGeoTiff(raster [, ā¦]) -> binary` ā encode a raster as a GeoTIFF and return the bytes, with optional compression and tiling overloads. Split out of the GDAL raster draft #704, reusing that implementation. Tests were reworked onto the RasterSpec harness (no external `.tiff` fixtures, and the roundtrip check reopens the bytes via the merged GDAL reader instead of the not-yet-split RS_FromGDALRaster); adds a RasterSpec-based benchmark and SQL docs. N-D handling is deferred (GeoTIFF is inherently 2-D/multiband) ā export relies on the existing N-Dā2-D plane decomposition and hasn't been given dedicated N-D semantics here. -- 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]
