Origin Boardings Data
Contains data on origin boarding location. For users who were surveyed on the first service they used this will be the same as their written response. For those surveyed on their second, third, or fourth service this was determined by finding the nearest boarding location for their stated first line to their stated origin address. Stop point and node numbers correspond to TIM 2 model network.
- _id
- SurveyID
- TRANSIT SERVICE (SurveyID)
- TRIP END
- TRANSIT SERVICE (Boardings)
- TIM 2 STOP POINT
- RELATED HWY NODE to TRANSIT STOP
- TRANSIT STOP NAME (VISUM)
- DISTANCE (Meters)
- DISTANCE (Kilometers)
- DISTANCE (Feet)
- DISTANCE (Miles)
|
_id
|
SurveyID
|
TRANSIT SERVICE (SurveyID)
|
TRIP END
|
TRANSIT SERVICE (Boardings)
|
TIM 2 STOP POINT
|
RELATED HWY NODE to TRANSIT STOP
|
TRANSIT STOP NAME (VISUM)
|
DISTANCE (Meters)
|
DISTANCE (Kilometers)
|
DISTANCE (Feet)
|
DISTANCE (Miles)
|
|---|
Data Dictionary
| Column | Type | Label | Description |
|---|---|---|---|
| SurveyID | numeric | ID number of the individual survey. |
|
| TRANSIT SERVICE (SurveyID) | text | The transit service the survey was distributed on. |
|
| TRIP END | text | Attribute classifies the record as "origin" or "destination". |
|
| TRANSIT SERVICE (Boardings) | text | The first transit service used during the trip. Used to determine the boarding station/stop closest to the origin based on the transit service used. |
|
| TIM 2 STOP POINT | numeric | The stop point in TIM 2.0. This is the stop "node". |
|
| RELATED HWY NODE to TRANSIT STOP | numeric | The highway node that corresponds to the stop point. |
|
| TRANSIT STOP NAME (VISUM) | text | Name of the transit stop in the TIM 2.0 network. Selected by using geocoded origin and first transit service of the trip, according to the survey. This was done using a script within VISUM. |
|
| DISTANCE (Meters) | numeric | Direct distance from Boarding stop from Origin in meters. This data is used for routing checks and will be removed when the data processing is over. |
|
| DISTANCE (Kilometers) | numeric | Direct distance from Boarding stop to Origin in Kilometers.This data is used for routing checks and will be removed when the data processing is over. |
|
| DISTANCE (Feet) | numeric | Direct distance from Boarding stop to Origin in Feet.This data is used for routing checks and will be removed when the data processing is over. |
|
| DISTANCE (Miles) | numeric | Direct distance from Boarding stop to Origin in miles.This data is used for routing checks and will be removed when the data processing is over. |