Skip to content

[SPARK-55981][SQL] Allow Geo Types with SRID's fro the pre-built registry#54780

Open
szehon-ho wants to merge 2 commits intoapache:masterfrom
szehon-ho:srid
Open

[SPARK-55981][SQL] Allow Geo Types with SRID's fro the pre-built registry#54780
szehon-ho wants to merge 2 commits intoapache:masterfrom
szehon-ho:srid

Conversation

@szehon-ho
Copy link
Member

@szehon-ho szehon-ho commented Mar 13, 2026

What changes were proposed in this pull request?

This is based on PR: #54571, which pre-compiles a list of SRID's from Proj.

Once that is in, we can activate these SRID's in the Geometry and Geography types

We also have some overrides to support OGC standard as well.

Note: some of these changes were from @uros-db initially in #54543, thanks!

Why are the changes needed?

Support standard SRID's for new Geo types

Does this PR introduce any user-facing change?

Geo types not released yet

How was this patch tested?

Add unit tests

Was this patch authored or co-authored using generative AI tooling?

Yes

…1 data

Build a more complete Spatial Reference System (SRS) registry in Spark,
introducing 10000+ entries sourced from the PROJ library's EPSG and ESRI
databases, which will unlock substantially improving the breadth of
geospatial type support.

This enables Geometry and Geography types to support 10000+ additional
SRID/CRS values, both in JVM and Python.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant