Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J....

19
Center for Urban Transportation Research | University of South Florida Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D. Funded by the National Center for Transit Research and the Florida Department of Transportation

description

Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D. Funded by the National Center for Transit Research and the Florida Department of Transportation. Overview. Challenges in regional transportation coordination - PowerPoint PPT Presentation

Transcript of Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J....

Page 1: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

Center for Urban Transportation Research | University of South Florida

Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7

Sean J. Barbeau, Ph.D.

Funded by the National Center for Transit Research and the Florida Department of Transportation

Page 2: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

2

Overview

• Challenges in regional transportation coordination

• Regional GIS Architecture and Data Model• Demo• Next Steps

Page 3: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

3

Introduction

• Regional intermodal transportation coordination is important– Planning, construction, and operations of roads

can affect transit, and vice versa• Coordination can increase efficiency and cost-

effectiveness for overlapping areas of service– E.g., Construction can be coordinated for roads

and transit stops

Page 4: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

4

Challenges

• Regional transportation coordination is difficult– Many jurisdictions with many points of contact– Constantly changing data– Data often stored in different formats– Various levels of technical expertise at different

agencies– Time consuming to manually

exchange/format/analyze data

Page 5: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

5

Regional GIS Architecture and Data Model Project

• Concept:– Create a common data format for all transit agencies in

a region (i.e., data model)– Create software to automatically retrieve transit data

from regional agencies and import into FDOT District 7 geodatabase (i.e., GIS architecture)

• Benefits:– Reduce data exchange/formatting efforts– Common web-based view of intermodal data for all

agencies

Page 6: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

6

Transit Data Update Strategy• Leverage existing General Transit Feed

Specification (GTFS) data and process– GTFS used for Google Transit, other apps

GTFS data consists of multiple text files GTFS data powers Google Transit and other apps

Page 7: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

7

Known Florida agencies with GTFS data• HART – Tampa• PSTA – Clearwater/St. Pete• SCAT - Sarasota• LeeTran – Lee County• SCAT – Space Coast• BCT – Broward• MDT – Miami-Dade• Lynx – Orlando• RTS – Gainesville• Citrus Connection – Lakeland• TriRail – Pompano Beach

• Estimated cost for putting data in GTFS format using consultant is $200-500 per route

Page 8: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

8

Adding new fields to GTFS data

• The project working group identified additional data that would be useful beyond existing GTFS data fields– Bus stop amenities– Further route classifications (e.g., local vs. express)– Performance stats (e.g., boardings, alightings per stop)

• Agencies add new fields to the GTFS route.txt and stops.txt files. e.g., for stops.txt:

stop_id bike_rack sign park_and_ride

shelter trash_can restroom boardings alightings

1645 0 1 0 1 1 0 35.573205 17.61923

Page 9: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

9

Regional GIS Architecture

CUTR GTFS Data Sync Desktop

Application

GTFS conversion to spatial data

format

FDOT D7 Infastructure

Spatial Database

Web Server

.

.

.

.TransitAgency

WebServers

HART Server

PSTA Server

HTTP Request

GTFS file

Agency Data

Internet/Intranet Users CUTR Regional Data Visualization

Web Application

Page 10: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

10

Process per Agency Schedule Update

1. Transit agency (estimated 30 min to 3 hrs of work):a) Adds extra fields to their GTFS data, and b) Uploads the google_transit.zip file to the

agency’s website2. FDOT D7 runs the GTFS Data Sync software:

Page 11: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

11

Regional Visualization Website

Page 12: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

12

Regional Visualization Website

• Additional details are available when zooming in

FDOT Work Program Data

HART Data

Page 13: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

13

Regional Visualization Website

• Clicking on a bus stop gives additional info in popup

Page 14: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

14

Regional Visualization Website

• Clicking on a route gives additional info in popup

Page 15: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

15

Regional Visualization Website

• Clicking on a FDOT D7 work program gives info from D7 database

Page 16: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

16

Regional Visualization Website

• Can query data via toolbar – e.g., shows all stops with shelters

Page 17: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

17

Challenges

• Varying skills levels of data analysts at agencies1. Highly skilled2. Data analysis is secondary duty3. Data analysis is outsourced

• In our pilot project, HART and PSTA were able to provide full datasets (GTFS + extras)– PCPT didn’t yet have a bus stop inventory or GTFS dataset

• Determining when to collect data is a challenge• Potential lack of shape info in GTFS feed

– Not required per GTFS spec– Without shape info of bus path, “connect-the-dots” of bus stops is

shown as route shape

Page 18: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

18

Next Steps

• Production deployment of tools at FDOT D7– Integration of tools into FDOT D7 workflow

• FDOT D7 will coordinate with regional transit agencies so the agency uploads their new data with every schedule change

• FDOT D7 investigating sharing website publicly so agencies can also view the data

• Source code for project is open-source, so any agency or vendor can use/update it:– https://github.com/CUTR-at-USF/RegionalTransitArchitec

ture/wiki

Page 19: Development of a Regional Public Transportation GIS Architecture and Data Model with FDOT D7 Sean J. Barbeau, Ph.D.

19

Questions?

Sean J. Barbeau, [email protected]

Research AssociateCenter for Urban Transportation ResearchUniversity of South Florida