vidhan13j07 / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
http://www.pgrouting.org
GNU General Public License v2.0
0 stars 0 forks source link

Unit test #17

Closed vidhan13j07 closed 6 years ago

vidhan13j07 commented 7 years ago

That would be a unit tests that you can do with the sampledata graph once you SELECT * INTO lined_edge_table SELECT pgr_lineGraph(....... without removing edges you execute a dijkstra and analyze results. and make some sort of conversion of results on terms of lined_edge_table to terms of edge_table

cvvergara commented 7 years ago

@vidhan13j07 make something similar to what I did in the chat, adjust to the chosen output put it in the documentation of pgr_lineGraph