Well with the ice storm, the hard disk that should have arrived today, has been delayed. So updating to an Ubuntu system with the latest pgRouting is going to have to wait.<br><br>I&#39;ve been trying to clean up my road network, but I&#39;m still getting the crash.<br>
My data is the entire planet.osm OpenStreetMaps dataset loaded into PostGIS using osm2po.<br><br>It seems there isn&#39;t a way to determine what the problem is, other than going through a list of possible network problems (and using the latest pgRouting).<br>
Here are the problems I have thought of:<br><br>- Zero costs or very short lengths<br>I do not have negative costs or lengths.<br>I did have some zero costs and lengths, so I have updated my view to set these to my geography lengths (previously I used geometry lengths, but with global data I don&#39;t think this is a good idea as it will cause problems with routes that cross a wide range of latitudes (eg. Chile, Russia, or Canada).<br>
Of course using geography lengths is currently very slow, but this can be cached in its own column.<br><br>I&#39;m using the dijkstra__sp_delta() function. If I understand correctly, this requires length, cost, and reverse cost fields?<br>
And I should set these to the same (which is what I&#39;m doing)?<br><br>The geography lengths mean I no longer have any zero costs, but I do have 48,000 links which are less than a metre, and 1,376 links which are less than 0.1metres.<br>
Then I can remove all nodes which are within 1m of another node. I think I will require a Python script to do this, as it will require renumbering.<br>(I&#39;m actually thinking of creating a copy of my link table that I can modify without losing my original table)<br>

<br>- I don&#39;t have any links which start and stop at the same node.<br>Due to my intended application, closed loops can be removed if I do find them.<br><br>- High node identifier values<br>I have heard of problems with high node identifiers. What exactly is &quot;too high&quot;?<br>
As I&#39;m using the entire planet.osm, I am going to have a huge number of nodes. So high node identifiers seem like they might be a problem?<br><br>Are there any other problems I should look for?<br><br><br>Richard<br><br>
<br><br><br><br>