POST
|
ArcGIS allows you to route through point locations. It does not need addresses. You can place a point on the mid point on each road and optimize using the Find Best Order (Travelling Salesman). There is a GP tool called Feature To Point that can take as input a road lines feature class and output a point on each road using the Inside option. Feature To Point (Data Management)—ArcGIS Pro | Documentation Note that Travelling Salesman optimization works best on a discrete set of points not so good on a connected set of streets. For that you need a different set of optimization techniques called Chinese Postman solver, typically used for snow plow or residential garbage pickup. There is a lot of documentation on the Route and the Vehicle Routing Problem Solver in the network analyst that you should get familiar with to use them efficiently. Jay Sandhu
... View more
a week ago
|
2
|
1
|
48
|
POST
|
What software/version are you using? What are the exact error messages that you get? Are your new streets split at intersections? Do they connect to existing edges which are also split or have a vertex there? Are you using AnyVertex or EndPoint connectivity? All these settings help build/connect a network. When you build a network dataset, a temporary log file called build.txt file is created in the %TEMP% folder, in a sub folder for the ArcGIS process. It may have more information on the issue you are running into. Jay Sandhu
... View more
a week ago
|
0
|
0
|
10
|
POST
|
Looks like you are getting a larger service area polygon. It is likely that the costs or distance attribute on the network dataset is not behaving correctly. Can you make a new service area on that network dataset with one facility set to 3900 feet and does it solve correctly? Jay Sandhu
... View more
2 weeks ago
|
0
|
1
|
11
|
POST
|
Glad to know you figured it worked. Pro can solve network analyst layers either on AGOL or your portal OR use local ND. Existing layers cannot be changed to work on a different source. But new layers can be configured to work on any available source. Jay Sandhu
... View more
10-27-2020
10:33 AM
|
1
|
1
|
67
|
POST
|
How are you running your service area analysis? Are you using Pro and calling the online service which has the limits? OR are you adding the Streetmap Network dataset to Pro and then creating a service area layer based on that local network dataset and seeing issues? Jay Sandhu
... View more
10-27-2020
09:55 AM
|
0
|
3
|
67
|
POST
|
Every street in your street network dataset has a length, say 100 meters between two intersections, and a travel speed say 50 kilometers per hour. From this information the time to travel those 100 meters can be computed as 0.12 minutes and stored in the network dataset. As Melinda mentioned, you can look at the cost attribute settings for your network dataset to find the exact settings. Jay Sandhu
... View more
10-19-2020
08:59 AM
|
0
|
0
|
62
|
POST
|
In your use case (screen shot) the chosen sites are the correct solution. You could choose candidates that further away from each other, or at least the distance you care about. That way the chosen sites will not be near by. You can use the Create Random Points tool and specify the Minimum Allowed Distance that works for you to create candidates with the minimum spacing. Jay Sandhu
... View more
10-07-2020
03:57 PM
|
1
|
0
|
54
|
POST
|
As you noted, Location-Allocation does not provide a model that takes both capacity and attractiveness into account. Usually attractiveness is in used in retail industry where the retail establishment usually do not have a capacity of customers they want to deal with. Can you describe your use case? How should these two properties impact the location decision? Jay Sandhu
... View more
10-02-2020
12:26 PM
|
0
|
0
|
20
|
POST
|
You can use many techniques to generate "potential" candidates. One way I create these is to place a point on every street that is in your study area and then select from them, either randomly or using other spatial analysis techniques. Assuming you have a street feature class in your study area, use the GP tool Feature To Point with the INSIDE option to create one point per street. Feature To Point (Data Management)—ArcGIS Pro | Documentation This create a lot of points. You can select, say 100 points, randomly using the Create Random Feature using the point feature layer as the constraining layer. Create Random Points (Data Management)—ArcGIS Pro | Documentation Or you can can buffer (or drive time polygons) your hubs to create zones where you do/don't want to place your locations and select from the street points. Of course you can get census tract population data and further weight these points. So, there are lots of ways to make value added data by doing standard GIS operations like overlay. Jay Sandhu
... View more
08-11-2020
09:14 AM
|
0
|
1
|
59
|
POST
|
Glad you can proceed with it! You could add a new text field to the Routes attribute table and set it some combination of the FacilityID and IncidentID that remains unique and then you will have a single field to join the two route attribute tables and sum up the travel times. Jay Sandhu
... View more
07-22-2020
01:06 PM
|
0
|
0
|
39
|
Online Status |
Online
|
Date Last Visited |
Wednesday
|