Tagged Questions
0
votes
0answers
14 views
AddLocations_na not loading routes properly from python script
I am trying to do network analysis with python from ArcGIS 10.0 but AddLocations_na is not loading the routes from the routes attribute table. It works for depots and orders quite well however.
The ...
0
votes
1answer
28 views
Arcpy Network Analyst solver error
Hello GIS Stack Exchange,
I am finding it difficult to load locations to sublayers using python in ArcGIS 10.0 network analyst Vehicle routing problem.
I'm also having some trouble debugging my ...
0
votes
1answer
34 views
territory analysis
I want to determine the territories in which customers to a bank has the shortest path. It can be done with desktop software packages or programming if it is needed. Does anybody has idea on how to ...
0
votes
1answer
24 views
Make Route with Python and network analyst in ArcGIS 10
Good Day,
I'm having trouble debugging my python code to create a network analyst layer in ArcGIS 10.0. Basically when run from a script tool the code completes successfully without actually doing ...
1
vote
2answers
42 views
How to removed overlapped features?
Im using Arcmap10.1. When I was make attribute based buffer, the result had shown as overlapped, So how can I solved this issues?
Thanks in Advance
2
votes
1answer
51 views
Finding distance (in time) from nearest point out of 4 along a road network
I have four points representing harbors along the coast. I also have a roads layer that has info on each road segment such as length, speed limit, and travel time.
I calculated travel time with ...
1
vote
1answer
104 views
Why does Add Field to Layer File give “ERROR 000840: The value is not a Feature Layer”?
I'm trying to add a field to a layer file, but it always gives an error. What I did was making a closest facility layer and save the result as a layer and after that I tried to add a field, but then ...
2
votes
2answers
39 views
How to create a turn restriction in ArcObjects
I am having difficulties creating turn restrictions in ArcObjects. I have found a way to Add a a network turn to restrictions through the INetworkForwardStarEx.AddTurnRestriction() interface. But how ...
1
vote
1answer
132 views
Network Analyst REST service gives error “Routing error: Unable to complete operation unable to find attribute invalid Context”
I have created an Network Analyst Routing sample. On Arcmap it works fine when creating a route on the data.
However, when I create Network Analyst service through ArcGIS Server, using this REST ...
1
vote
3answers
54 views
How can I send a parameter with a RouteTask and get it back in RouteResult
I'd like to send a parameter with the Route Task and be able to get that same parameter in the RouteResult object.
The goal is to be able to recognize the routes I receive from the server when I ...
1
vote
1answer
65 views
How to Persist a Network Analysis Route Layer?
I'm using ArcGIS 10.0.
I'd like to be able to specify the location (path) where to create the route layer, for network analysis, when I click on Network Analysis -> New Route. Is that possible?
...
1
vote
1answer
112 views
No route results after calling network analyst service
I have published a network analyst service and I'm trying to use it from the Flex API 3.1.
When I use the service in ArcMap or through the rest GUI in a browser, the service returns the right answer.
...
2
votes
1answer
226 views
How can I solve “The Network Analyst solver could not determine a solution”?
I am using ArcGIS 10.0.
I have network data for undulated terrain so there are lots of inaccessible parts of the network.
When I was using this model, I get "The Network Analyst solver could not ...
5
votes
1answer
98 views
Adding transportation schedules to a network dataset
How do I add transportation schedules to a multimodal network dataset? For example, Bus 1 runs between 08:00 and 16:00, and Bus 2 between 14:00 and 23:00. If a passenger wants to solve for a route ...
1
vote
1answer
180 views
Creating transfer edges in a multimodal network dataset
I have three feature classes: Bus Stops, Routes and Streets. The points are not coincident on vertices of either of the line feature classes - they are located next to the routes (red line):
The ...
5
votes
1answer
169 views
Solving a route in a multimodal network dataset does not use all forms of transport available
After having completed Exercise 2 in the official Esri Network Analyst Tutorial, I decided to find a route in the multimodal dataset, to see how it functions. After adding several network locations ...
0
votes
0answers
51 views
Difficulties publishing network analysis service
I'm new with networks so probably my questions is quite stupid.
1) I am trying to publish on the server a map service with a network analysis capability. When I do so, the error tab says that the ...
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 ...
1
vote
0answers
187 views
Vehicle Routing Problem - Cost Calculation According to the furthest point in route
Certain logistics companies do not calculate their costs according to the total distance travelled but according to the furthest point in the route.
In our problem, Vehicle Routing Problem do not ...
3
votes
1answer
114 views
Using landmarks in routing directions for ArcGIS Network Analyst?
I was wondering if there is a way to use a set of landmarks (in a point class or something) that will be included in the directions output for a Network Analyst route. So if there is a point (or ...
2
votes
0answers
123 views
Altering ArcGIS RoadClass Driving Directions for Walking Network (Network Analyst)
I'm using ArcGIS 10 Network Analyst Extension to try and incorporate their driving directions functionality into a walking network. I am wondering if there is any way to alter the RoadClass Values to ...
4
votes
0answers
149 views
Closest Facility Solve Failing
I have a problem getting a large number of facilities and incidents to draw upon solving. I have about 380 facilities and incidents, that I am attempting to find routes between. I need the actual ...
3
votes
1answer
223 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 ...
0
votes
2answers
127 views
Closest Facility/Delete Identical Tool Help
I am having a bit of a time figuring out a work around for a problem I have. Essentially, I ran a Closest Facility operation on a set of about 200 points. Each point is an entrance to a building, and ...
2
votes
0answers
511 views
Network Analyst: arcpy's 'Solve' running out of memory
I've run OD cost matrix analysis using GUI tools n ArcGIS 10.
My goal is relatively simple - find closest 50 neighbors for each origin point.
The dataset I'm working with is relatively large:
...
4
votes
1answer
274 views
ArcGIS 10 Network Analyst Service Area Problem/Peculiarity with Solving
I am having a problem when solving some of my service areas. I am loading the locations from a point feature class, and they are all located. The majority of them return a service area that is ...
2
votes
0answers
105 views
How can I iterate a model that solves multiple routes with multiple locations?
I have multiple line feature classes that I would like to make routes and solve. For each of these routes I have specific start/stop points (feature classes) that will act as locations. How could I ...
5
votes
2answers
793 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 ...
1
vote
1answer
395 views
How to restrict portions of road network from the analysis in ArcGIS 10 Network Analyst?
I'm trying to sort out network analysis in ArcGIS 10.
Toy example of finding shortest distance between two points looks something like that :
Where squares are two locations, and the green line is ...
4
votes
1answer
580 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 ...
7
votes
4answers
5k views
How to make a one part polyline from a multipart polyline?
I have a polyline which is divided into multiparts and these parts are not well ordered so that the vertex's ID are not following the polyline's plotting.
This polyline is a representing a bus line ...
2
votes
1answer
202 views
NetworkAnalyst seems to solve along straight lines but not intersections
I've built a network dataset using a road feature class. All the data I mention is stored in a feature dataset within a file geodatabase.
In particular the connectivity is set to Any Vertex, and not ...

