I have Road shapefile which is in polygon feature. I need to calculate the width of each road.
Can it be done in ArcMap?
I have Road shapefile which is in polygon feature. I need to calculate the width of each road.
Can it be done in ArcMap?
Possible way to do it is:
After this you can merge it back and calculate average width for every "crossroad-crossroad" segment
Polygon to Centerline tool and convert your road polygons to polylines before using the Near tool.
– Deepank Verma
Aug 19 '22 at 11:35
A quick and dirty way to do it would be just using the measure tool (see screen shot below) but I only recommended it you just need do a quick measure that DOES NOT require precision and only if you are doing a few road measurements. Otherwise, follow some of the other answers.