Find area by Distance

335
2
Jump to solution
12-14-2023 05:44 AM
ZachBodenner
MVP Regular Contributor

Hello,

I thought that I would find the answer to this question easily, but it seems as though I don't actually know if this is possible, so here goes: I have a networked road dataset and a set of origin points representing fire stations. Each road line segment has a length of course, and I want to produce a map of all the road segments within 1.5 miles of the stations by travel distance. So not just a buffer but from a given station, using the networked roads, select those that as you travel them equal 1.5 miles or less.

Does that make sense? Is there a tool in Network Analyst to do this kind of analysis?

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
MelindaMorang
Esri Regular Contributor

Yes, you can do this using a Service Area analysis.  In particular, if you want to show the road segments reachable instead of a polygon buffer, set the output type to show Lines.

Tutorial: https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/service-area-tutorial.htm

Documentation: https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/service-area-analysis-layer.htm 

View solution in original post

0 Kudos
2 Replies
MelindaMorang
Esri Regular Contributor

Yes, you can do this using a Service Area analysis.  In particular, if you want to show the road segments reachable instead of a polygon buffer, set the output type to show Lines.

Tutorial: https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/service-area-tutorial.htm

Documentation: https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/service-area-analysis-layer.htm 

0 Kudos
ZachBodenner
MVP Regular Contributor

Thanks, exactly what I wanted! I'd done time-based analysis before, but just missed the distance available. 

0 Kudos