Daniel Kastl
Daniel Kastl
I like Steve's idea with the "vrp_" prefix.
Time-dependent shortest path has been implemented as a GSoC project several years before. It was not added to pgRouting that time, so now it won't be easy to merge. This...
I like the term "turn-penalties". Describing "restrictions" as a special case for "penalties" reminds me a bit how one-way restrictions are handled. While in the beginning we said, that you...
Don't take my comment as how you should implement it ;-) I'm speaking from the user perspective and I find it better to assign `-1` to apply a restriction than...
I would say: - "no value" or `0` means no restriction and no penalty - a value `>0` would be a turn penalty - `-1` would be a turn restriction...
Just curious how many people prefer the PDF version over the HTML version. There are actually even man pages, but I don't think they look beautiful. I think various output...
CGAL was a dependency that always caused quite some extra effort for adding relatively little fucntionality. But since PostGIS uses CGAL now for a while (not sure about the details...
Oh, I didn't even remember this was a topic already in 2015 ;-) Maybe @robe2 knows better if this would be possible/acceptable by PostGIS.
Thanks a lot! I tried to look through the function briefly, but it's quite a lot of code and it was contributed quite some time ago, so I'm not familiar...
First all, thank you for reporting this issue! For better understanding I have a few questions: Regarding (1) you say that the node ID is of type `bigint`, which is...