0
votes
0answers
26 views

GRASS - Creating an Attribute Based on Driving Distance

Is it possible to calculate the driving distance for each node of one layer (fire stations) to each node of another (address points)? After doing so, I need to sort all of the distances from shortest ...
5
votes
1answer
229 views

How to automatically create all possible polyline routes connecting many point locations around a polygon obstruction?

Lets say I have 30 ports on the west of an island, and 30 on the east, and need to calculate all possible shipping distances between each and every port, with the routes having to steer around the ...
0
votes
0answers
34 views

Creating transfer edges for a multimodal network

I am trying to create transfer edges for a network and what I have done is used the near tool to get XY coordinates for the closest rail segment, and repeated for the closest road segment to each of ...
1
vote
1answer
263 views

Create a Minimum Spanning Tree based on a street network (ArcView)

I hope you can help me with my network analyse problem (ArcGIS 10.0 SP2 - ArcView License) Background: I try to create a network of fiber optic cables to specific points along a street network. ...
15
votes
1answer
195 views

Are there any standards or common practices for performing a network analysis for emergency response?

I am working on a project using Network Analyst to determine official emergency response zones for fire departments. The shape of each zone will be determined by the network (at least 1 department ...
3
votes
1answer
224 views

Is it possible to use Python to perform network analysis on only part of a network?

I have a large network dataset and want to perform an analysis on it which would output the start/end point, the distance between them and whether they're first, second or third (etc.) nearest ...
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, ...
5
votes
2answers
798 views

Are there any open source network analysis tools?

A researcher in my field* recently created an "Urban Network Toolbox", an ArcGIS extension built upon Network Analyst. It calculates a number of measures on urban networks, such as betweenness and ...
4
votes
1answer
590 views

How to find network distances between two sets of origins and destinations?

I'm learning how to use Network Analyst, and I'm not entirely sure what to do (or search for). My objective is to measure the nearest distance from the red circles to the blue circles along a road ...
4
votes
0answers
429 views

How to use Route Task in Network analysis tools

I am using esri network analysis tool and I just want to draw the path between two clicked point on the map (by using route task) I use the example code block in the following link ...
14
votes
3answers
1k views

Network Analyst - Is it the only choice?

I'm not sure how reasonable this question even is, but it leaves me no less curious after a bit of searching. If I am looking to build a network based on road features and attributes, is Network ...
3
votes
0answers
373 views

IDatasetContainer2 CreateDataset method fails after upgrading to ArcObjects 10 [closed]

I have a Network Analyst routine that worked for 9.3 and does not work with 10. I was closely following the example at: ...