Dear UNA team,
first of all thank you for providing this awesome and incredibly helpful tool! Please keep up the great work.
While I have been able to use the UNA tools on the demo data you provide with the toolbox, I seem to be running into an issue when using my very own data. I believe I closely followed the guidelines you outlined in the accompanying PDF and have also been able to iron out some minor issues I ran into thanks to your helpful hints here on the newsgroup.
Yet, now I'm kind of stuck. I'm using UNA on a quite extensive road network (9,204 nodes, 14,709 edges) in Central Tokyo to evaluate the betweenness measures for my buildings regarding the number of people walking from train stations (used as input selection as mentioned here:
https://groups.google.com/forum/#!topic/urban-network-analysis/0DpmdzCAbTY). Both the stations ("origins", 223) and the buildings ("destinations", 92,323) are living as point features in the same table. The (pedestrian) road network is a regular ND dataset, created in ArcCataolg as suggested in the UNA documentation.
Here's my error log:
Executing: Centrality UNA_Stations_Buildings false "\\psf\Home\Documents\University of Tsukuba\Data\UNA\TokyoSA\RoadsPED_ND.nd" false false true false true REFID WEIGHT Length 500 1 # "\\psf\Home\Documents\University of Tsukuba\Data\UNA\TokyoSA" TokyoSA_Betweenness_201209210930 #
Start Time: Fri Sep 21 09:31:41 2012
Running script Centrality...
[started] Copying input buildings
[finished]
[1 started] Computing adjacency list
... [started] Calculating locations on the network
... [finished]
... [started] Computing barrier costs
... [finished]
... [started] Adding destinations to OD cost matrix layer
... [finished]
... [started] Adding barriers to OD cost matrix layer
... [finished]
ERROR 999999: Error executing function.
The value type is incompatible with the field type. [OriginID]
Failed to execute (CalculateField).
[1 failed]
Not successful
Completed script Centrality...
Succeeded at Sat Sep 22 14:12:21 2012 (Elapsed Time: 28 hours 40 minutes 40 seconds)
As the network paths in the command reveal that I'm running UNA on ArcGIS 10 inside a Windows XP VM on my OS X 10.8.2 using Parallels 7. Might this cause the problem? Or the spaces in the path (I remember ArcGIS being quite picky about that in the past...)? Or is it just the huge size of my network and OD data?
I'd appreciate any hint that would guide me in the right direction.
Thanks in advance,
Konstantin