james-willis opened a new pull request, #1114: URL: https://github.com/apache/sedona-db/pull/1114
DRY the N-Dā2-D-plane GDAL bridge in `sedona-raster-gdal`: - `add_layout_datapointer_bands` ā the shared per-plane DATAPOINTER band construction (input side), used by `raster_ref_to_gdal_mem` and `append_warped_nd_from_dataset`. - `append_stacked_band` ā the shared plane read-back / band-stacking (output side), used by `append_nd_from_dataset_inner` and RS_Tile's `append_tile_band`. RS_Clip keeps its two-phase `ClippedRasterData` structure (its plane stacking is decoupled from packaging for the lenient no-intersection return, and that struct is part of its tested surface). -- 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]
