Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Geocoding Advice

stevehughes
7 - Meteor

Hi Folks, 

 

Looking at migrating some legacy business process into AlteryX. One part of that is geocoding client store addresses. Can I have your thoughts on a service that is:

 

(i) Happy with fuzzy address data.

(ii) Global coverage.

(iii) Not eye wateringly expensive.

(iv) Is easily used in a simple AlteryX workflow

 

I'm looking to automatically geocode new stores that appear in the data without us using our old processes.

 

Any tips/experiences appreciated.

 

Thanks

 

 

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

One option is the Google Maps API.

1. Get an API Key: https://developers.google.com/maps/documentation/javascript/get-api-key

2. Put it in the workflow attached,

PhilipMannering_0-1606818010116.png

3. Run workflow.

 

Pricing seems reasonable: https://developers.google.com/maps/documentation/geocoding/usage-and-billing

I haven't tested it extensively, but it looks like it works. Coverage and accuracy is going to be better than most I would have thought. 

 

Let me know if it works.

Philip

stevehughes
7 - Meteor

Thanks - most useful. API up and running, and I've created some test data. Any idea what this error is all about?  The points creation needs a lat/lon but the macro is only passing through ID and Address columns.gapi.png

Labels