graphserver icon indicating copy to clipboard operation
graphserver copied to clipboard

An open source multimodal trip planning engine

Results 21 graphserver issues
Sort by recently updated
recently updated
newest added

I tried starting gs_routeserver on my graphdb file, and got this (graphserver)msoulier@egor:...thway_graphserver$ gs_routeserver vancouver.gdb handlers.yaml -p 8000 Traceback (most recent call last): File "/home/msoulier/envs/graphserver/bin/gs_routeserver", line 8, in load_entry_point('graphserver==0.1', 'console_scripts', 'gs_routeserver')()...

In order to avoid using transit (and favor walking), it would be nice to have a tunable "transit reluctance" parameter similar to the existing "walking reluctance" parameter. Reference: http://groups.google.com/group/graphserver/browse_thread/thread/7a779082f0561c57

It would be nice to have a way to select particular modes, perhaps using the required "route_type" parameter in the GTFS spec. This way, for example, if I have a...

The link option currently links each station to all other stations within a hardcoded 0.05 degrees. This can make a huge number of links with lengths farther than most people...

Presently blank lines in the GTFS.stop_time.depart and GTFS.stop_time.arrive break everything. Interpolate stops as the GTFS intends.

Under Cygwin, pygs doesn't correctly find the standard C library. The culprit is the following line in pygs/graphserver/gsdll.py: libc = cdll.LoadLibrary(find_library('c')) A more general solution would be to replace the...

Not everything runs in Python 2.5; some random junk only works in 2.6

Like, you get some plan, and it's absolutely terrible for some reason. You need to be able to downvote it somehow.

The narrative generation is the main part of this.

Mostly built, just needs to be completed.