graphserver
graphserver copied to clipboard
An open source multimodal trip planning engine
Hello, everyone. When I try to compile this tool on mac, I got the following errors: ``` Undefined symbols for architecture x86_64: "_alWalk", referenced from: _alNew in edgetypes.o "_alWalkBack", referenced...
Documentation seems to be a little thin, with lots of digging around the internals required to get an idea as to how to use graphserver. The examples on http://graphserver.sourceforge.net/ seem...
From David Turner: > I think one of them was that the CH query code did a full > dijkstra on the up and down graphs rather than stopping once...
David Turner of OTP said he observed some problems in the Java port of GS: http://opentripplanner.org/changeset/135 http://opentripplanner.org/changeset/141 Worth looking at for their implications to the C code base.
This is what is adopted: http://code.google.com/transit/spec/transit_feed_specification.html#transfers_txt___Field_Definitions This is what is currently implemented (for a connections.txt file): http://github.com/bmander/graphserver/blob/master/pygs/graphserver/compiler/gdb_import_gtfs.py#L155 http://github.com/bmander/graphserver/blob/master/pygs/graphserver/ext/gtfs/gtfsdb.py#L196 This is a minor change.
Graphserver currently segfaults in 64-bit mode. The fix is to properly declare each CDLL method's restype.
This is more of a feature request than a bug, but it'd be really nice if graphserver wasn't quite so tied to SQLite, and instead used an ORM like SQLAlchemy,...
I installed graphserver from git, spatialindex-1.4.0, and RTree 0.5.0 via easy_install, following the instructions. Running gs_import_osm on map.osm from the test directory fails with the error: ``` $ gs_import_osm map.gdb...
Rebasing to the latest graphserver code has been very bumpy. I am at commit commit da19ba353f6c17beeec6197a56d183d66d5cb63e Merge: 95cf72e e337760 Author: Brandon Martin-Anderson Date: Fri Mar 26 11:48:12 2010 -0700 Merge...
Following the instructions at http://bmander.github.com/graphserver/ I am trying to integrate GTFS and OSM data. When running gs_import_osm on my osmdb file, it works for a while and then fails. 100201/103282...