Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Geotiff Dataset

mcarvalho
6 - Meteoroid

Hi all,

 

 

is there a way that I can read Geotiff data in Alteryx?

Any ideas on how I could do it?

 

Thanks,

Marcos

1 REPLY 1
CharlieS
17 - Castor
17 - Castor

HI @mcarvalho 

 

The short answer is that there isn't native support for this in Alteryx. The GeoTIFF is a raster-based file where Alteryx spatial operations are vector-based. Here's a good summary of the differences:
https://community.alteryx.com/t5/Data-Science/Vector-and-Raster-A-Tale-of-Two-Spatial-Data-Types/ba-...

 

In the data science blog post above, Sydney uses R packages 'raster' and 'rgdal' to read a raster file into Alteryx. I'm sure there are similar functions available in Python too if that works better for you. Either way, this article walks you thought the process so you'll know what to expect.

 

Check that out and let us know if there's anything the Community can help with. 

Labels
Top Solution Authors