We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Mark a location point inside a radius

rajparulekar1
5 - Atom

Hello. I have a dataset of latitudes and longitudes. How do I see which points are inside a 10 mile radius of a fixed point. I want to output a column with text that says 'inside' and 'outside'

4 REPLIES 4
IraWatt
17 - Castor
17 - Castor

Hey @rajparulekar1,

You can use the distance tool to calculate the distance in miles between two points then use a formula to calculate if its less than 10 like this:

IraWatt_0-1654537121407.png

 

 

IraWatt
17 - Castor
17 - Castor

Or you can use the trade area tool then the spatial match tool to identify which points are contained within the trade area:

IraWatt_0-1654537466377.png

IraWatt_1-1654537514053.png

 

 

rajparulekar1
5 - Atom

@IraWatt . Thanks for the solution. One follow on question - Lets say I have several points (with a 10 mile radius) and I want to see which points in my database is within a 10 mile radius of any of those points. 

IraWatt
17 - Castor
17 - Castor

@rajparulekar1 Ah okay, I would advise looking at the spatial match tool. Essentially you can give multiple points (with a 10 mile radius) as the 'Universe' in the U input and then input your other points as a the targets. The output will contain the targets and which points radius it is contained within. 

Labels
Top Solution Authors