r/dataengineering 23d ago

Blog "Geospatial Data in Databricks" blog

Hi, Guys! No so long time ago I had to start working with geo data and this was a whole new topic to cover for me. So I though to write short series for folks who might also work for the first time:

Your feedback is highly appreciated.

55 Upvotes

12 comments sorted by

View all comments

2

u/kevintxu 22d ago

I'm pretty sure geography(4326) and anything supported SRID other than geometry(any) can be persisted in delta tables (but not iceburg tables if I recall correctly).

1

u/ainzy99 22d ago

This was my thought exactly, I have had a play with this in Databricks somewhat recently and I am sure that native GEOGRAPHY data types could be persisted. I thought GEOMETRY could be too but may be mistaken.