<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thank you Steve,<BR>
I'll test your solution as&nbsp;soon as possible!<BR>
&nbsp;<BR>
Laura<BR>
<BR>&nbsp;<BR>&gt; Date: Mon, 20 Jul 2009 09:58:21 -0400<BR>&gt; From: woodbri@swoodbridge.com<BR>&gt; To: lauracris@hotmail.it<BR>&gt; CC: pgrouting-users@lists.postlbs.org<BR>&gt; Subject: Re: [pgrouting-users] rebuild topology<BR>&gt; <BR>&gt; Laura Criscuolo wrote:<BR>&gt; &gt; Hi everybody,<BR>&gt; &gt; I'm involved in a research on network routing in emergency situations, <BR>&gt; &gt; and I need to menage a huge network database, to wich I'm going to add <BR>&gt; &gt; and remove roads periodically.<BR>&gt; &gt; To rebuild the topology (with the assign_vertex_id function) whenever <BR>&gt; &gt; I modify the network takes really plenty of time; do you know a quicker <BR>&gt; &gt; way to insert in the topology the new data?<BR>&gt; &gt; Thanks in advance!<BR>&gt; &gt; <BR>&gt; &gt; Laura <BR>&gt; <BR>&gt; Hi Laura,<BR>&gt; <BR>&gt; assign_vertex_id() function basically iterates through all the edges in <BR>&gt; your graph and assigns node number to the source and target columns. So <BR>&gt; you could write a function the assigns the source and target node <BR>&gt; numbers to a single edge and call that on each new edge you add to the <BR>&gt; graph.<BR>&gt; <BR>&gt; Since the source and target numbers are stored on the edges removing the <BR>&gt; an edge record will remove it from the graph.<BR>&gt; <BR>&gt; Look at the assign_vertex_id() and it should be pretty straight forward <BR>&gt; and obvious as to how to make a new function. Post your questions and <BR>&gt; results here and we would be happy to review and/or comment on it.<BR>&gt; <BR>&gt; Best regards,<BR>&gt; -Steve<BR><br /><hr />Con Windows Live, puoi organizzare, modificare e  <a href='http://www.microsoft.com/italy/windows/windowslive/products/photo-gallery-edit.aspx' target='_new'>condividere le tue foto.</a></body>
</html>