osm2pgrouting icon indicating copy to clipboard operation
osm2pgrouting copied to clipboard

Import tool for OpenStreetMap data to pgRouting database

Results 88 osm2pgrouting issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to import some data from OSM but I got error saying " file does not exist (it actually exists) or directory failed to open / parse...

Discussion

I import my OSM data using osm2pgrouting and then I try to create topology with pgrouting topology functions: 1)pgr_createTopology works correctly ``` SELECT pgr_createTopology('network.ways', 0.001, 'the_geom', 'gid'); ``` 2) pgr_createVerticesTable...

bug

**Is your feature request related to a problem? Please describe.** osm2pgrouting suggest to decrease osm file size, but I don't find suggestion to use `osmfilter` for it. There are a...

enhancement

as I understood: priority is for the order in which the entries are checked. (standard value is 0) maxspeed is the standard value for maxspeed and is use if the...

Hello, First, thanks for all the work done around osm2pgrouting, which is an amazing tool. I'm having some errors when a tag value contains the `	` character (seems to be...

Fedora 34. pgRouting-3.2.1. osm2pgrouting-2.3.8 When it imports the data for that area. https://www.openstreetmap.org/#map=19/53.43298/14.54038 It gets something like this. ![placSzarychSzeregów](https://user-images.githubusercontent.com/22832623/135059792-7e426a80-0f9e-4aa0-8dfb-071dbc3bff60.png) ` `

When I compare the result with original osm-data after a import, I can see that there are many ways are nissing. The screenshot shows a random area of the map....

bug

**Problem** After importing OSM data using osm2pgrouting, path calculations with pgRouting give an error: column "id" not found. Need to change by hand from "gid" in table "ways" to "id"...

Discussion

**Is your feature request related to a problem? Please describe.** Starting from the `apconfig.xml` file users can specify `priority` and well as `max-speed`, but its purpose is unclear or even...

Feature Request
Discussion

Hello, first: I do not feel well with starting this question as an issue. Is there any forum, that I can use for asking common questions? How are the columns...