[GH-3161] Bump proj4sedona to 0.1.5 - #3191
Merged
Merged
Conversation
jiayuasu
marked this pull request as ready for review
July 28, 2026 05:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Is this PR related to a ticket?
[GH-XXX] my subject. Closes ST_Transform is off by > 180 meters since Sedona 1.9 #3161What changes were proposed in this PR?
RS_CRS(raster)path.(x, y)WKB order overrides the axis order declared by the CRS.proj4sedona 0.1.5 restores the complete generated datum registry used by the RT90 transform and includes the canonical grid-shift datum export fix. The latter is important for Sedona: unlike 0.1.4, the default PROJJSON and WKT2
RS_CRSpaths retain NAD27-family CRS metadata instead of throwing or silently omitting GeoParquet metadata.How was this patch tested?
a01ed412333a1706c995e75059b635b5ca4a97a0c032ebb535820aafa98491f9; the jar used by the tests matched it byte-for-byte.mvn -pl common test— 1,163 tests passed, including 85/85 inCrsRoundTripComplianceTest.mvn -f spark/common/pom.xml -Dspark=3.4 -Dscala=2.12 -DskipTests test-compilemvn -f spark/common/pom.xml -Dspark=3.4 -Dscala=2.12 -DwildcardSuites=org.apache.sedona.sql.CRSTransformProj4Test scalatest:test— 37 tests passed, including the ST_Transform is off by > 180 meters since Sedona 1.9 #3161 regression.mvn -f spark/common/pom.xml -Dspark=3.4 -Dscala=2.12 -DwildcardSuites=org.apache.sedona.sql.geoparquetIOTests scalatest:test— 54 tests passed, including the NAD27 and polar metadata regressions.pre-commit run --all-filesorg.datasyslab:proj4sedona:0.1.5.Did this PR include necessary documentation updates?
(x, y)coordinate-order rule and how it relates to authoritative CRS axis metadata.