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
Tim shows how to convert UK eastings and northings into latitude and longitude using Alteryx's spatial tools, which is far faster at scale than doing the conversion inside Tableau itself.
The data has location fields stored as eastings and northings, the standard UK government way of mapping data, rather than latitude and longitude. These need converting before they're useful for mapping in Tableau, and Tim builds the workflow from scratch to show the fundamentals.
- Why convert outside Tableau 0:00
You can convert eastings and northings to latitude and longitude directly inside Tableau, but at scale it's faster to do the conversion in Alteryx and output a ready-made hyper extract.
- Connect data and add Create Points 0:27
After connecting to your dataset, find the Create Points tool in Alteryx's spatial section (enable spatial via the plus icon if you don't see it, or search for the tool by name) and drag it into your flow.
- Assign fields correctly 1:42
Tell Create Points which field is longitude and which is latitude — easting and northing map to these, but it's easy to get the assignment backwards, and you won't know for certain until you check the output.
- Set the correct projection 2:13
You must set the specific projection your data uses rather than relying on the default; for UK data this is British National Grid OSGB 1936, EPSG code 27700, found via the three-dot menu. If you're unsure of a code, look it up at epsg.io.
- Verify visually with a Browse tool 2:55
Add a Browse tool to see the plotted points immediately — if the shape looks rotated or wrong, your easting/northing or longitude/latitude fields are swapped, and you can fix and rerun instantly rather than failing after a long process.
- Extract portable lat/long with Spatial Info 3:38
To get standalone latitude and longitude fields (rather than just a spatial centroid object) for use in other tools, add the Spatial Info tool and take the centroid as x and y fields — this can also be reversed back to easting/northing via the same three-dot options.
- Output a hyper extract 4:35
Connect the output to a hyper file output tool to create a Tableau-ready extract; running the whole flow is close to instantaneous even though it replaces a much slower in-Tableau conversion.
- It's easy to mix up which field is longitude and which is latitude when setting up Create Points — visual checking catches this fast, whereas a coded approach might not surface the error until much later.
- The technique isn't limited to UK eastings/northings — the same projection list lets you convert to or from many other spatial projections.
Reach for this when you're working with UK (or other non-standard) spatial coordinate systems at a scale where converting inside Tableau would be slow, and you want a fast, reusable Alteryx workflow producing a ready hyper extract.
How this Rollup was made provenance & method
A Rollup is drafted by AI from the video's transcript, then reviewed and edited by Tim. Everything used to produce this one is listed below — the model, the exact prompt, and the source video — so the process is transparent and reproducible.
- Transcription
- On-device — NVIDIA Parakeet v3 for recent videos, OpenAI Whisper large-v3 for earlier ones. The transcript never leaves the machine or gets published.
- Drafting
- Claude Sonnet 5 in the cloud, from that transcript.
- Prompt
- The exact Rollup prompt (v2) — the full system prompt, unedited.
- Source video
- Watch on YouTube
- Drafted
- 5 July 2026 at 09:38
- Reviewed & edited
- 5 July 2026 at 09:41 · by Tim Ngwena
Model + prompt + video is everything you'd need to recreate a Rollup like this yourself. The one thing we don't share is the transcript.
Rights. The video and its transcript are the property of TN Media Ltd. Unauthorised use or download is prohibited. © TN Media Ltd.