-
Notifications
You must be signed in to change notification settings - Fork 9
Home
This wiki serves (at least) three purposes:
- A technical description of the functionality of TAPAS
- A documentation for the code
- How-tos for specific problems
Since the original wiki was in German and contained a lot of legacy-stuff we recreate this wiki from scratch. Therefore its under heavy construction and will be filled upon request and/or urgency.
The following structure is proposed: After this section we introduce three sections for description, code documentation and how-tos. Each section has a paragraph for the basic information, which refers to sub-sections. For every sub topic we create a separate wiki page.
The TAPAS source code documentation is located here.
TAPAS stands for Travel Analysis and PAttern Simulation. It's an agent based microscopic travel demand simulation. It generates full trip information consisting of:
- purpose
- start time
- origin location (point)
- estimated travel time
- destination location (point)
- destination type
- duration of the stay
- mode of transport (of course ;-) )
- cost of trip
There are several other attributes. For a complete list of currently stored attributes see the trip-table documentation (currently missing :-( ).
TAPAS generates this information for every simulated person within one household. Cars are treated as shared mobility options and cannot be used at the same time for different household members.
t.b.c.