Reputation: 1035
We are using Redshift for data warehousing. We have a lot of geospatial information in our data and we wanted to churn it to understand User behaviour.
Has anyone done any geospatial analysis with Redshift. Do not see any direct support for GIS tools with Redshift.
Any suggestions?
Upvotes: 3
Views: 4213
Reputation: 14035
As of today Redshift supports spatial queries. https://docs.aws.amazon.com/redshift/latest/dg/geospatial-overview.html
Upvotes: 3
Reputation: 165
It is possible to add some basic geospatial support to Reshshift using Python UDFs as described in this blog.
Here is a permanent link to the original solution used in the blog.
Upvotes: 1