I am intending to develop in the near future a web app for planning a route using my local public transportation system. I will be using Google Maps and I would like to hear some tips on how should I start planning this project for maximum efficiency (how should I store the stations, lines, times for each line, common stations etc, and also how to draw a route following roads - not just a straight line between two points). Thank you!
Tips for setting up a public transportation route planner
1k Views Asked by linkyndy At
2
There are 2 best solutions below
1
Mano Marks
On
There's a defacto standard way to encode and interchange transit data. Lots of transit agencies are releasing their data in Google Transit Feed Spec format. You might check to see if your agency has already done so. There are also open source tools for dealing with GTFS. For instance: http://code.google.com/p/googletransitdatafeed/
Related Questions in GOOGLE-MAPS
- Google Maps API Re-size
- Google Map Custom InfoWindow's Tail Won't move and can't remove dropshadow
- how show result the autocomplete in the map in CodeIgniter Google Maps V3 API Library?
- GoogleMaps or OpenStreetMap get graph
- GoogleMap.addGroundOverlay() takes a lot of UiThread time
- Reverse geocoding with a deferred object in a coffeescript class
- Can I get Google maps to ignore part of a search?
- IOS Google Maps skid fit bounds
- Accessing Google Maps Markers in 2D-array from outside
- kmllayer with polygons hide map
- How to specify the delay for the google map marker
- Google Maps API v3 - change strokeWeight of polylines for different zoom levels
- Pop-up info box in google maps
- Logo Markers over 3D Maps View
- How can i add polygon on google maps IOS?
Related Questions in ARCHITECTURE
- Is it recommended to use Node.js for an online room booking web application?
- Defining Callbacks for custom Javascript Functions
- iOS: app doesn't pass the upload for the architecture
- What is the value of multiple Hybris extensions?
- os kern error : "ld: symbol(s) not found for architecture x86_64"
- How to avoid context in business layer
- Libgdx: Objects creating other objects
- Do software engineers in general have no idea about Software Architecture Design?
- Java generic class that contains an instance of implementation of generic interface
- Web application architecture, N-tiers, 3 tiers or multi-layer
- Is having 3 layers Controller, BO and DAO a standard way? why not just Controller and DAO?
- Architecture for creating a JavaScript framework
- Symfony2 proper use for services
- Refactor some calls on each Zf2 controller action
- Architecture - Task Scheduling (Data File Processing) - Windows Service
Related Questions in SCHEMA
- Elasticsearch schema for multiple versions of the same text
- SQL Schema recommendations
- How does an LDAP Client eg Apache Directory Studio get schema from an LDAP Server?
- Looping functoid, Mapping
- No Synchronize Model with Database in Mysql Workbench
- XML Namespace URI with HTTPS?
- sqlite schema has quotes around table name after a table rename
- Group many postgresql databases into separate schemas into same database
- MongoDB: updating an array in array
- How to open an android application from browser
- Error when using JAXB to create JAva classes from XSD
- MongoDB data modeling issue
- Solr 5.1.0: How to set the unique key via Schema API
- Compare Array with Collection-Array containing Objects
- Updating MySQL database schema on update
Related Questions in GTFS
- How can I import GTFS files into MySQL?
- splitting gtfs transit data into smaller ones
- GTFS editor, using PBABase , compile error regarding em() entity manager
- GTFS-realtime-bindings for iOS
- how do you decode gtfs protobufs in node
- What does it mean "To derive timestamp from a time server."?
- Tips for setting up a public transportation route planner
- iOS Google Maps Transit Data
- Schedule Viewer GTFS
- MongoDB, slow query with bigdata
- How to find routes near a point
- GTFS - how to combine the protocol buffers and GTFS file?
- Merge two datasets based on columns that contain vectors
- Create a summarised column that is a list of values
- Open Trip Planner returns 0 itinerary
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Public Transportation in Metropolitan Areas you can use the google maps api
How to get Google Maps Public Transit Directions by HTTP server-side request