POST
|
I have two point feature classes, patients and physicians. The patient feature class records which physician each patient visits (a one to one relationship). I would like to run an OD Cost Matrix (or whatever works) and restrict analysis to finding routes where the patient's physician ID (origins) and the physician ID (destination) match. The only solution that I can think of (which is far from elegant) is to find all destinations for each origin and then extract those where the two IDs match. Am I missing something obvious? P.s. The network layer does not have a time field, so VRP is unavailable.
... View more
08-24-2014
04:29 PM
|
0
|
0
|
2698
|
POST
|
Yo' Ed I solved your problem. Let me guess, you didn't assign a Z Coordinate System for the Feature Dataset that contained your road network layer? Was having the same problem with the Dissolve Network tool falling over at 'Dissolving feature chains', and I also got the corresponding '030083' error. Tried changing the Dissolve Network tool's environmental variables so that 'M Values' and 'Z Values' were set to 'Disabled', but that didn't work. I then tried adding a proxy Z Value column to my roads layer with all features assigned a value of 0, and setting this as the Z attribute. That just threw up an entirely new error message. Finally, I tried assigning a Z Coordinate System for the Feature Dataset that contained my road network layer and now it is working. I did not change any of the environmental variables. Turns out the GP tool was looking further up the chain for the Z geometry. You are welcome Paul
... View more
08-05-2014
12:01 AM
|
0
|
0
|
35
|
POST
|
Made a behemoth of a model, I ensured background geoprocessing was enabled in ArcCatalog, and that the model was also set to be allowed to run in the background. Also, all of the tools that the model calls had their properties set to background processing, and all of the layers were set to be parameters (as stipulated at http://resources.arcgis.com/en/help/main/10.1/index.html#//001500000021000000 ). Alas, it would not run in the background. I then did some testing. First, I ran the �??OD Cost Matrix Layer�?? tool from ArcCatalog�??s toolbox and it ran in the background. Cool. I then made a test model using the same tool- [ATTACH=CONFIG]27184[/ATTACH] Not cool. The model ran in the foreground. Any idea why this would be? One other thing that is curious is that the option to toggle between running in the foreground or background is greyed out / disabled for all of the ArcToolbox tools (although the 'Always run in the foreground' option is unchecked for all of the tools that I have been using). Not sure whether this is normal or not? [ATTACH=CONFIG]27185[/ATTACH] Regards Paul
... View more
09-03-2013
03:04 PM
|
0
|
3
|
1093
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|