Daniel Kastl

Results 163 comments of Daniel Kastl

I think, there is no problem to use osm2pgrouting for the plugin name, because it uses osm2pgrouting.

The following "channels" are available to ask questions: http://pgrouting.org/support.html The Gitter channel is in general a good place: https://gitter.im/pgRouting/pgrouting

I agree that a bit more documentation might be good to have. However, the formula is available in this SQL: https://github.com/pgRouting/osm2pgrouting/blob/2adbbf361af7cbd45b8821a498ed586bd64bbf65/src/database/Export2DB.cpp#L370-L380 Maybe it would be better to leave the cost...

I'm also for using WGS84 (EPSG:4326). It's easy enough later to reproject if a user wants to have a different one. osm2pgsql seems to use Spherical Mercator by default, so...

I think `--postgis` flag was never supposed to install PostGIS. It would always require PostGIS to be installed on the operating system already. But the idea was to add the...

I also agree and think it's a good idea. Running in seperate steps is good. It's also good to use external tools like libosmium, that we don't need to reinvent...

I would like to back this issue. A database is much easier to maintain if it doesn't store everything in the public schema. Why not use different schemata instead of...

This can also happen with "group by". In my case the query joins the `trackers` table twice, but the second time there is no quotation of table and attribute names:...

Good idea with the heading. I first thought it's easier to specify the direction of the network link, but that's difficult when you start with a node.

Thanks for the notice! That's a problem of line breaks, which don't happen automatically in code blocks, so someone had to manually set them. The manual is generated automatically using...