Kontinuation opened a new pull request, #833: URL: https://github.com/apache/sedona-db/pull/833
## Summary - add `RS_MetaData` backed by the GDAL dataset provider - expose raster dimensions, transform, srid, band count, and GDAL block size metadata - keep the change limited to the incremental metadata surface on top of the current GDAL raster work ## Dependency - Depends on #831 (`RS_FromPath`) - This branch currently includes the parent `RS_FromPath` commit because GitHub upstream PRs cannot target a fork-only base branch. - Please review/merge this after #831, or compare this PR commit-by-commit with that dependency in mind. ## Testing - `cargo test -p sedona-raster-gdal` - `cargo clippy -p sedona-raster-gdal -- -D warnings` - `cargo test -p sedona-gdal` ## Notes - `cargo test -p sedona-gdal` still has existing fixture-dependent failures for missing `tinymarble.tif` assets in this environment. - The new `RS_MetaData` tests use self-contained generated fixtures so `sedona-raster-gdal` remains portable. -- 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]
