3

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?

abipc
  • 997
  • 2
  • 13
  • 35

2 Answers2

3

As of today Redshift supports spatial queries. https://docs.aws.amazon.com/redshift/latest/dg/geospatial-overview.html

Joe Harris
  • 13,671
  • 4
  • 47
  • 54
1

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.

influent
  • 1,337
  • 3
  • 14
  • 31
PyreneesJim
  • 155
  • 1
  • 3
  • 10