james-willis opened a new pull request, #1112: URL: https://github.com/apache/sedona-db/pull/1112
Lifts the six-coefficient `GeoTransform` type and `GeoTransformEx` trait (apply/invert) out of `c/sedona-gdal` into a new `sedona-raster::geo_transform` module so GDAL, Zarr, and the RS_ functions share one geo-transform home. `AffineMatrix` delegates `transform`/`inv_transform` to the single `GeoTransformEx` implementation, so there is exactly one apply/invert. The free `rotation()` helper now builds on `AffineMatrix::rotation`, and `rs_georeference` reads `AffineMatrix` named fields instead of raw geotransform indices. -- 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]
