Vicky Vergara
Vicky Vergara
@tonimartos https://github.com/pgRouting/osm2pgrouting/wiki/Documentation-for-osm2pgrouting-v2.1 make sure you are running 2.1
clean for the first file, then don't use it clean deletes the tables it creates. but why dont you practice and see what happens with the data from the documentation...
@verdy-p Can you send me an osm BBOX that I can use to reproduce the issue please? I wonder if this applies for the develop branch. It has a lot...
osm2pgrouting does not create pseudo nodes this lasst version has a pointsOfInterest table defined, and creates some functions in the database where you can: remove them if they are of...
That is because the data had that segment apart from the longer segment, I don't know the city where that data comes from but reason of that happening in the...
@Komzpa > My guess is that osm2pgrouting can't handle nodes absent but referenced in the dump and substitutes it with dirty memory. Can you check it? Your guess is almost...
Graph problems are not geometry problems pgRouting functions needs: id, source, target, cost, and reverse cost pgRouting functions don't need: geom `ALTER TABLE edge_table DROP COLUMN geom` and pgRouting will...
It is are not skipping nodes that dont exist on the data. please make sure that for the lines in question, all the node information is there, that you didnt...
Note that the geometries returned are from where the cost is calculated from
@robe2 I am working on this issue, I created the following branch in my fork: https://github.com/cvvergara/osm2pgrouting/tree/v3/pgpass 2 things: ### thing 1) I am using some linux stuff than probably needs...