<div dir="ltr">Hi List<div><br></div><div>Sorry if this is wrong but in pgRoutingDocumentation-2.3.2.pdf page 16</div><div><br></div><div>There is a reference to a edge table</div><div><br></div><div>I think a column is missing from_cost</div><div><br></div><div>This assumes that to_cost isthe cost off getting from source to target, then from cost is the cost of going the other way</div><div><br></div><div>It might also help me to populate this table if I knew what then columns were,  I can make an educated guess, but I would like tosee it</div><div><br></div><div>I have assumed </div><div>cost_len       is the length ofthe ling between source and target</div><div>cost_time     is the time it takes to get between the source and the target</div><div><br></div><div>The rcost_len and rcost_time are the values for the reverse journey </div><div><br></div><div>x1/y1is the location of source</div><div>x2/y2 is the location of the target</div><div><br></div><div>I have no clue what rule and isolated should be set to<br><br>When it comes to analysing a graph is very useful to know that you can say </div><div>SELECT  pgr_analyzegraph('concl_edge_table',0.00005,source:='source_port_id',target:='target_port_id',the_geom:='port_geom');<br><br>Just incase your source and target colums are not called source or target,  ditto the_geom fieldneeds to be documented in the edge_table<br><br>regards<br><br>Dave.<br><br><br><br></div></div>