Hi all,
I'm new to Alteryx and this is my first post in the community, looking forward to engaging with such talented individuals!!
My issues are as follows:
Do I have any alternatives? Can I use the tools in the basic Designer to accomplish this task?
Appreciate any input.
Thanks!
George
Solved! Go to Solution.
Spatial distance functions will only work with lat/long/spatial objects. If it's a small amounts perhaps get the lats and longs manually (ie google) and then run the process? Otherwise - I do not believe this is readily doable hence why companies make money with spatial analytics/geocoding packages.
I was actually afraid this would be the answer....thank you for your input!!
Depending upon your R skills - you could try something like this discussed here:
https://towardsdatascience.com/breaking-down-geocoding-in-r-a-complete-guide-1d0f8acd0d4b
or try Geopy via the python tool.
This is an interesting question - in the UK it's quite easy to build your own geocoder as the UK Post Office publishes an "PAF" file every year giving address data with Lat/Longs included.
It made me wonder if there isn't a US equivalent
I came across the Dept. of Transport National Address Database. https://www.transportation.gov/gis/national-address-database/national-address-database-0
It's apparantly not complete yet but it should give you something usable to start from if your state is covered.
Regards,
Ben
Thank you, my Python skills are not up to par. Appreciate the suggestion!
Thank you, will give this a look, interesting!!
@George_Fischetti - one more potential option, depending on the level of precision required:
If your addresses are in the US, the US Census Bureau has a free geocoder (with a 10,000 address limit - not sure if this is daily?)
@kelly_gilbert, thank you - I will give this a shot!!
Once you have your lat/long for your two addresses it is fairly easy to do the rest.. hardest part being getting the lat/long if you have a large file.
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |