Tagged Questions
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 ...
0
votes
1answer
118 views
PostGIS Implementation of Brabyn and Skelly Road Network Travel Time Model
Is there a PostGIS implementation of the Brabyn and Skelly road network travel time model for the New Zealand road network? This model is outlined in:
Brabyn L, Skelly C. Modeling population access ...
2
votes
1answer
164 views
Sources for California roads data
I need a California roads network suitable for building a network dataset and routing to 120 locations. It needs to at least cover the Northern half of California. 2010 Census roads need alot of ...
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 ...