Destination Alightings Data
Contains data on final alighting stop, including distance to destination. These points were derived by determining the most proximate stop serving the last line used to the stated ending address on the survey. Stop point and node numbers correspond to TIM 2 model network.
- _id
- SurveyID
- TRANSIT SERVICE (SurveyID)
- TRIP END
- TRANSIT SERVICE (Alightings)
- 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 (Alightings)
|
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 | Survey ID | ID number of the individual survey. |
| TRANSIT SERVICE (SurveyID) | text | TRANSIT SERVICE | The transit service the survey was distributed on. |
| TRIP END | text | TRIP END | Attribute classifies the record as "origin" or "destination". |
| TRANSIT SERVICE (Alightings) | text | TRANSIT SERVICE (Alightings) | The last transit service used during the trip. Used to determine the alight station/stop closest to the destination based on the transit service used. |
| TIM 2 STOP POINT | numeric | TIM 2 STOP POINT | 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 destination and last transit service of the trip, according to the survey. This was done using a script within VISUM. |
|
| DISTANCE (Meters) | numeric | Direct distance from alight stop to destination 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 alight stop to destination 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 alight stop to destination 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 alight stop to destination in miles.This data is used for routing checks and will be removed when the data processing is over. |