next up previous index
Next: The zones table Up: Database Tables about Transportation Previous: Database Tables about Transportation   Index

The travel_data table

Outputs from the external travel models, these logsums are inputs to the Accessibility Model.

The travel data can be interpreted as the composite utility of going from one place to another given the available travel modes for that household type. (Negative values reflect the fact that the time required gives the trip negative utility.)

Intrazonal travel may have less utility than interzonal travel if mass transit routes or highway options allow for easier travel to an adjacent zone than within a zone. logsum3 often shows lower utility than logsum2 because the logsums represent composite utilities for different household types. So, for example, it may be that 2 car households tend to have a more favorable person- to-car ratio than 3+ car households. Or it may be that 2 car households are more frequently able to combine trips, decreasing the disutility of any individual trip.

Note: In order to conserve memory usage, when the logsums are read from the database each logsum is multiplied by 100 and then converted to a short. When used in the models, it is divided by 100 to change back to a floating point number. Thus the precision of each logsum is two decimal points plus round off errors from converting between floating point and integer representations.

These data should be updated with the results of any travel model run.

Column Name Data Type Description
from_zone_id integer xref=''#Zones'' ``From'' traffic analysis zone
to_zone_id integer ``From'' traffic analysis zone
logsum0 float (Not checked by Schema Checker) Logsum value for 0 vehicle households, transit logsum
logsum1 float (Not checked by Schema Checker) Logsum value for 1 vehicle households, transit logsum
. . . float (Not checked by Schema Checker) . . .
logsumN float (Not checked by Schema Checker) Logsum value for N+ vehicle households, transit logsum

The travel data table is a little different from other tables, which generally have a fixed number of columns, in that it can have 1..N ``logsum'' columns.

Note: Currently, the variables that UrbanSim supports assume the fixed structure, logsum0 (for transit), logsum1, logsum2, and logsum3 (for 3+ vehicle households). If you add another logsum column, for example logsum4, for 4+ vehicle households and take logsum3 to mean 3 vehicle households, the variables in the UrbanSim models will not make use of this, and will continue to use logsum3 as if it still stood for 3+ vehicle households. To use more logsums the user will therefore have to modify the UrbanSim accessibility variables.

If you have positive logsum values, subtract the maximum logsum value from all logsums in your table. This will correctly shift the logsums so that non are greater than zero.


next up previous index
Next: The zones table Up: Database Tables about Transportation Previous: Database Tables about Transportation   Index
info (at) urbansim.org