Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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