Skip to contents

A table with statistics about trips and travel by traffic analysis zones in the Hamilton CMA. The zoning system is GTA06. This file is a portion of the system used by the Transportation Tomorrow Survey in the Greater Toronto and Hamilton Area.

Usage

data(hamilton_taz_travel)

Format

A simple features object with 297 rows and 17 variables:

GTA06

Unique identifier of zone in the GTA06 system

work_trips_produced

Number of trips produced by residents of the traffic analysis zone for work purposes (first work trip of day)

work_trips_attracted

Number of trips attracted by employers in the traffic analysis zone for work purposes (first work trip of day)

shop_trips_produced

Number of trips produced by residents of the traffic analysis zone for shopping purposes (Marketin/Shopping)

shop_trips_attracted

Number of trips attracted by businesses in the traffic analysis zone for shopping purposes (Marketin/Shopping)

Walk

Number of trips made by residents of the traffic analysis zone for all purposes by mode Walk

Cycle

Number of trips made by residents of the traffic analysis zone for all purposes by mode Cycle

Walk

Number of trips made by residents of the traffic analysis zone for all purposes by mode Walk

Auto_driver

Number of trips made by residents of the traffic analysis zone for all purposes by mode Auto Driver

Auto_passenger

Number of trips made by residents of the traffic analysis zone for all purposes by mode Auto Passenger

Motorcycle

Number of trips made by residents of the traffic analysis zone for all purposes by mode Motorcycle

Taxi_passenger

Number of trips made by residents of the traffic analysis zone for all purposes by mode Taxi Passenger

Paid_rideshare

Number of trips made by residents of the traffic analysis zone for all purposes by mode Paid Rideshare (Uber, Lyft, DriverHer, or other paid rideshare app)

School_bus

Number of trips made by residents of the traffic analysis zone for all purposes by mode Schoolbus

Transit_excluding_GO_rail

Number of trips made by residents of the traffic analysis zone for all purposes by Transit excluding GO rail

GO_rail_and_transit

Number of trips made by residents of the traffic analysis zone for all purposes by a combination of GO rail and local transit services

GO_rail

Number of trips made by residents of the traffic analysis zone for all purposes by GO rail exclusively

Other

Number of trips made by residents of the traffic analysis zone for all purposes by any other mode

Examples

 data(hamilton_taz_travel)
 summary(hamilton_taz_travel)
#>     GTA06           work_trips_produced work_trips_attracted
#>  Length:297         Min.   :   0.0      Min.   :   0.0      
#>  Class :character   1st Qu.: 157.0      1st Qu.: 111.0      
#>  Mode  :character   Median : 464.0      Median : 302.0      
#>                     Mean   : 591.5      Mean   : 591.5      
#>                     3rd Qu.: 852.0      3rd Qu.: 634.0      
#>                     Max.   :2837.0      Max.   :7807.0      
#>  shop_trips_produced shop_trips_attracted      Walk          Cycle        
#>  Min.   :   0.0      Min.   :   0.0       Min.   :   0   Min.   :   0.00  
#>  1st Qu.: 146.0      1st Qu.:   0.0       1st Qu.:   0   1st Qu.:   0.00  
#>  Median : 358.0      Median :  54.0       Median : 110   Median :  12.00  
#>  Mean   : 444.5      Mean   : 444.5       Mean   : 276   Mean   :  58.51  
#>  3rd Qu.: 659.0      3rd Qu.: 434.0       3rd Qu.: 363   3rd Qu.:  78.00  
#>  Max.   :2150.0      Max.   :7776.0       Max.   :2227   Max.   :1402.00  
#>   Auto_driver    Auto_passenger     Motorcycle      Taxi_passenger   
#>  Min.   :    0   Min.   :   0.0   Min.   :  0.000   Min.   :  0.000  
#>  1st Qu.: 1373   1st Qu.: 203.0   1st Qu.:  0.000   1st Qu.:  0.000  
#>  Median : 2732   Median : 518.0   Median :  0.000   Median :  0.000  
#>  Mean   : 3288   Mean   : 673.3   Mean   :  8.609   Mean   :  9.104  
#>  3rd Qu.: 4505   3rd Qu.: 983.0   3rd Qu.:  0.000   3rd Qu.:  0.000  
#>  Max.   :15942   Max.   :3336.0   Max.   :258.000   Max.   :175.000  
#>  Paid_rideshare      School_bus     Transit_excluding_GO_rail
#>  Min.   :  0.000   Min.   :   0.0   Min.   :   0.0           
#>  1st Qu.:  0.000   1st Qu.:   0.0   1st Qu.:   0.0           
#>  Median :  0.000   Median :  46.0   Median : 108.0           
#>  Mean   :  5.246   Mean   : 120.9   Mean   : 258.9           
#>  3rd Qu.:  0.000   3rd Qu.: 160.0   3rd Qu.: 273.0           
#>  Max.   :179.000   Max.   :1472.0   Max.   :7508.0           
#>  GO_rail_and_transit  GO_rail_only        Other        
#>  Min.   :  0.00      Min.   :  0.00   Min.   :  0.000  
#>  1st Qu.:  0.00      1st Qu.:  0.00   1st Qu.:  0.000  
#>  Median :  0.00      Median :  0.00   Median :  0.000  
#>  Mean   : 12.73      Mean   : 18.22   Mean   :  6.152  
#>  3rd Qu.:  8.00      3rd Qu.: 23.00   3rd Qu.:  0.000  
#>  Max.   :215.00      Max.   :354.00   Max.   :151.000