1
vote
4answers
173 views

Counting road intersections and blocks

I have a shp file that consists of the road system of Mexico City. I would like to count the number of road intersections (crossings) and blocks (which I would define as a segment starting from one ...
4
votes
4answers
192 views

How to Find Dead-ends in a Road Network

I'm trying to remove all the dead-end roads in a road dataset (lines) that are less than 100m long. How do I identify roads that are dead-ends (no exit)? The 100m part is easy. I know how to use Arc ...
2
votes
0answers
272 views

How to design a road with a certain slope

Is there a way that you want to connect two different points of altitude with a constant slope of 7% or another, to draw a line in the 3D model?
6
votes
2answers
1k views

Segment road network line shapefile into new equal length segments line shapefile

I would like to subdivide a road network for an entire state into segments of equal length. So, Highway X would be divided into 0.5 mile segments, with a record for each segment, and Highway Y would ...