Skip to content
ame edited this page Sep 13, 2010 · 3 revisions


  • This wiki is a work-in-progress for Graphserver
  • I am working to update the documentation and user information and storing the in-process information here.




THIS IS A WORK IN PROGRESS!



Welcome to the graphserver wiki!

Things to update

  1. README
    • only python bindings are functional
    • version of Python required
    • (questionable update need) readability of how to use
      • in README or in wiki?

Documentation Outline

  1. Quick Start: Information useful to someone with programming savvy and subject matter knowledge
    • Requirements
      • GTFS Feed
      • OSM Data
      • Server
      • Graphserver code (installed onto server)
    • Basic Procedure
  2. Detailed Instructions: Information elucidating for a complete novice
    • Explanation of Requirements
    • Elaboration on Procedure

Questions to ask about Program

  1. What libraries does the code depend on to build?
  2. What libraries does the code depend on to run?
  3. Code input to run
    • GTFS data feed
    • OSM data (feed?)
    • User origin/destination input (via browser input)
  4. Code output
  5. Is the code a purely server-side application?
  6. Compatibility
    • What webservers does it run with? (Apache?)
    • How do said webservers need to be configured?
    • Versions of C, python, browser, feed data that are compatible.
      • Compiler, build environment, libraries, server, …