This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Hi All,
I've been trialing the Spatial tool and have run into an issue. I have addresses and some of these already have Lat/Long. However, when I run those addresses through the tool, it will return different Lat/Longs. The ones Alteryx return are slightly off. It's painful but I take the address into google, pull it up and check the coordinates. Is this a know issue or is there possibly some step I might be missing? Here's a screenshot of the relevant part of that workflow:
Thanks!
What data type is your Lat/Long? Sometimes if you're using a different data type, it can create inconsistencies due to loss of precision from rounding.
hey @adriennehealy , Can you provide samples of your inputted address and the Lon/Lat coordinates that alteryx has generated for you?
Best
Mo
Hi @adriennehealy ,
What you are seeing is likely due the increased accuracy level of the resulting lat/longs that are coming out of Alteryx vs. what Google or other sources are providing. The TomTom multinet option you are using is highly accurate, and any resulting matches that show as 'Actual' are matched at the parcel centroid/rooftop level, which is the best there is.
This is a key benefit of the Alteryx Geocoder macro, the GeoLevel field output, which will tell you the accuracy level of each geocoded record (Actual, Street, etc.). To my knowledge, Google doesn't tell you the accuracy level of their matches.
Hope this helps.
Phil