Tagged Questions
2
votes
2answers
42 views
How do I create a network from connected links
I have a bundle of links in 'some' networks. I need to find out which ones are connected to each other i.e. I need to find out which links are not connected to the 'main' network.
I have been working ...
3
votes
2answers
134 views
Get the junction id for the roads in a network dataset
I have a network dataset with roads and junctions. I am wondering what class I can use in arcpy to extract FromJunctionId and the ToJunctionId for each road segment in the network dataset.
Thanks.
8
votes
2answers
264 views
Generate near table for x number of neighbours using arcpy
There are 3 likely scenerios that I am trying to capture near distances for:
An interchange subway station, which has 2 or more neighboring stations. That is, the station in question connects 2 or ...
3
votes
2answers
296 views
How do you get access to a Network Analyst layer item in ArcPy?
I have a Python script that I'm working on. I have created a Closest Facility layer (in memory). I add facilities. I add incidents. I perform the Solve. These all complete. The only problem is, ...
