Select to view content in your preferred language

Identify all Stores on my map that are close to major insterstates

370
3
01-03-2025 10:32 AM
MarkSturgis
New Contributor

This should be fairly straight forward feature, if I have a large amount of stores showing up on a map, how do I create a separate layer of only the stores within say 3 miles of a major interstate highway?

0 Kudos
3 Replies
mneer
by
Frequent Contributor

Hi Mark,  Using ArcGIS Pro there are a few ways to do this via analysis of the topic.  Isolate (Select) those major roads that make up the road network you're focusing on.  By isolating those road networks you can SELECT BY LOCATION under MAP -> on the SELECTION  TAB use "Select by Location" or you can use a couple geoprocessing tools to do what you want.   BUFFER out the road network 3 miles and CLIP or INTERSECT your stores.  These two options should get you on the right track.  My assumption is your trying to do this via AGOL?  I believe you will need to leverage the online widgets allowed for selection and buffering.

ScottB
by Esri Regular Contributor
Esri Regular Contributor

Hi Mark - 

 

You can do this using ArcGIS Online using the Create Buffers tool. You can learn more about how to use this tool to select features within the buffer and save them to a new layer here:

https://doc.arcgis.com/en/arcgis-online/analyze/create-buffers-mv.htm

0 Kudos
AmandaRing
Esri Contributor

Do you have access to the Analysis tools?
If so, this is super easy to accomplish using the Find by Attributes and Location tool.

1. Add your stores and interstate datasets to a map
2. Navigate to Analysis > Tools > Find Locations > Find by Attributes and Location

AmandaRing_0-1736191060808.png

3. Click on the + Build new query button

4. Choose to find features from the stores layer, and then pick Spatial expression

AmandaRing_1-1736191302054.png

5. Set the query to find features within a distance of 3 miles of your interstate layer

AmandaRing_2-1736191349619.png

6. Click Add, then provide an output name for the result and click Run.

Note: if you only want to analyze the stores that are currently displayed on the map, you can set that by expanding the Environment settings section at the bottom of the tool and changing the processing extent to Display extent before clicking Run.

7. Once the tool completes, you will get a new feature layer containing only the stores that are within 3 miles of a highway.

Hope that helps!

Amanda
Product Engineer - Web Analysis
0 Kudos