Video | Alteryx | Data prep | Data visualisation

Converting Eastings and Northings to Latitude and Longitude in Alteryx

Converting UK eastings and northings to latitude and longitude is far quicker in Alteryx than wrestling with it at scale in Tableau.

  • Use the Create Points spatial tool in Alteryx to turn easting and northing fields into a spatial point object
  • Set the correct projection (British National Grid OSGB 1936, EPSG code 27700) rather than relying on the default latitude/longitude, and look up codes at epsg.io
  • Add a Browse tool to visually verify your points, which makes it easy to spot if easting/northing or longitude/latitude are swapped
  • Use the Spatial Info tool to extract the centroid as x and y fields, giving portable latitude and longitude for use in other tools
  • Doing the conversion in Alteryx and outputting a hyper extract runs near-instantly and is faster than converting at scale inside Tableau

In this video, I show you a quick workflow I made to help speed up a process in Tableau 2021.4

00:00 - Intro 00:27 - Connnecting to my data 01:16 - Create points capability 02:01 - Select coordinate points ‍