Stephen Woodbridge
Stephen Woodbridge
Using: ``` $ g++ --version g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 ``` ``` -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check...
This should be considered for 2.1 as it is low risk and basically a clone of pgr_CreateTopology with some simple changes. Or might be added directly to it with an...
Turn restrictions are only supported in pgr_trsp, it would be nice to be able to do pgr_kdijkstra, pgr_ksp, etc using trun restriction. A nice enhancement would be to implement these...
- rename this function to something reasonable - add a parameter for number of iterations and default it to something so it is optional - the current code is based...
Review branch gsoc-cvrptw for inclusion in 2.1.0, this is supposed to include an optimizer for the basic_vrp code.
I wrote a variation on this command for a client that I believe is giving the correct results. I loaded the pgr_findClosestEdge function from the ### Expected behavior and actual...
The current pgr_trsp function does not use Boost in its underlying implementation, in part because Boost Graph does not support it natively. There has been some discussion about re-implementing the...
We need to be able to optionally define heading for start, via, and end points defining a route. The idea is that the route should try to approach/leave these points...
@sakitam-fdd I notice you have a variable "date" seen here: https://github.com/sakitam-fdd/wind-layer/blob/master/dist/OlWindy.esm.js#L73 https://github.com/sakitam-fdd/wind-layer/blob/master/dist/OlWindy.esm.js#L138 https://github.com/sakitam-fdd/wind-layer/blob/master/dist/OlWindy.esm.js#L160 This does not seem to be used anywhere. Is this correct? At L138, you expect ``header.refTime`` and...
This question came up on the OSRM issues list and it generally has to do with postgres, routing, OSRM, lua, and might have some interesting ideas that can come out...