- Notifications
You must be signed in to change notification settings - Fork2
many-to-many multi-modal routing aggregator
NotificationsYou must be signed in to change notification settings
UrbanAnalyst/m4ra
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Travel times using any combination of three transport modes: foot,bicycle, and public transport.
- Ratios of multi-modal times to equivalent travel times in privateautomobile, including local infrastructure-specific estimates of timedelays due to parking.
- A representation of the local street network, in
osmdata_sc
format,potentially including elevation data to accommodate effects ofincline on pedestrian and bicycle travel times. - A GTFS (General Transit Feed Specification)-format data file ofpublic transport data for the study city or location.
The following parameters need to be specified:
- Name of city - used to name locally-cached files formed duringpre-processing.
- Day of the week for which public transport is to be analysed.
- Starting time limits defining the public transport component of thejourney, from which the fastest single journey to every destinationwill be calculated.
- Initial and final modes of transport, as either pedestrian orbicycle.
- A selection of starting points from which to calculate eithermulti-modal travel times, or durations of those times to equivalentautomobile times.
Travel times are always calculated to every destination point in a givennetwork, with a single query returning matrices of times, one row foreach origin point, and columns holding travel times to all possibledestination points.