1 / 21

DTA Anyway: Code Base & Network Development Lisa Zorn

DTA Anyway: Code Base & Network Development Lisa Zorn. DTA Peer Review Panel Meeting July 25 th , 2012. Outline. What is DTA Anyway? Why DTA Anyway? DTA Anyway Capabilities DTA Anyway API San Francisco Network Development. What is DTA Anyway?. Input Data (e.g. static Network).

Télécharger la présentation

DTA Anyway: Code Base & Network Development Lisa Zorn

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DTA Anyway: Code Base &Network DevelopmentLisa Zorn SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY DTA Peer Review Panel Meeting July 25th, 2012

  2. Outline • What is DTA Anyway? • Why DTA Anyway? • DTA Anyway Capabilities • DTA Anyway API • San Francisco Network Development SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  3. What is DTA Anyway? Input Data (e.g. static Network) Python Script DTA Network DTA AnywayPython Module SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  4. Why DTA Anyway? • DTA networks have different requirements from their static counterparts. For example (for Dynameq): • Virtual Links and Virtual Nodes sit between Centroids and Road Links • Centroid connectors feed into midblocks rather than intersections • Links cannot overlap • Links must be longer than the longest vehicle types that use them • DTA Anyway automates this conversion SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  5. Why DTA Anyway for Everything? Static Network DTA Network + Manual Edits Python Scripts Static Network + Projects DTA AnywayPython Module DTA Network+ Projects

  6. DTA Anyway Capabilities • DTA Anyway Cannot • Visualize anything directly (no GUI) – use GIS, or traffic assignment network editor (Static or DTA) • Read/Write DTA networks for other DTA software (but designed to make this easily implementable) • DTA Anyway Can • Read Cube Networks or other text-based static networks • Read/Write Dynameq ASCII files • Write GIS shapefiles for nodes, links, movements • Perform typical network editing tasks (e.g. find the link nearest a point, split a link) SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  7. API http://dta.googlecode.com/git-history/dev/doc/_build/html/index.html SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  8. API Example: Network http://dta.googlecode.com/git-history/dev/doc/_build/html/_generated/dta.Network.html SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  9. San FranciscoNetwork Development Converting the Static Network SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  10. San FranciscoNetwork Development • Define Scenario: vehicle types and classes, generalized cost • Import Cube network data, defining DTA attributes in terms of Cube attributes • Add all movements, prohibiting most U-Turns, explicitly naming some where geometry is confusing • Read GIS shapefile for road curvature • Add virtual nodes/links between centroids and road nodes • Move centroid connectors from intersections to midblock nodes • Handle overlapping and short links Converting the Static Network SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  11. San FranciscoNetwork Development Converting the Static Network http://dta.googlecode.com/git-history/dev/doc/_build/html/script_createSFNetworkFromCubeNetwork.html SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  12. San FranciscoNetwork Development Importing Transit Routes SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  13. San FranciscoNetwork Development • Reads Cube-formatted transit line files and converts into DTA transit lines • Where LRT lines go off the DTA network (underground or on separated ROW), they are split into segments (discarding those not on the DTA network) • Movements are explicitly allowed for transit if previously prohibited Importing Transit Routes SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  14. San FranciscoNetwork Development Importing Signals SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  15. San FranciscoNetwork Development • Reads signal card data from Excel files in a SFMTA-defined format • We search for the section specifying the weekday PM peak plan • For errors and unique circumstances encountered (and there were many), responses could be: • Update signal card itself • Update signal-card reading code • Update static network • We approximate the few actuated signals with their fixed time version • Signal-reading code is not very re-usable Importing Signals SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  16. San FranciscoNetwork Development Importing Stop Signs SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  17. San FranciscoNetwork Development • Stop signs are coded as (GIS point, street name, cross street name, and direction the stop sign is facing) • Signal data takes precedence • Mark as all-way stops when # of stop signs for a node matches the # of incoming links • Otherwise, mark as two-way • TODO: custom priorities for two-way stops where facility types tie (currently mark as all-way stops) Importing Stop Signs SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  18. San FranciscoNetwork Development Importing Demand SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  19. San FranciscoNetwork Development • Auto and truck tables are imported from SF-CHAMP PM demand tables • 385.5k auto trips, 65k truck trips loaded 3:30-6:30p • The DTA network uses same TAZ structure is used as SF-CHAMP because the zones are small (976 within SF, plus 22 external stations) • Currently demand is loaded uniformly across time the time period Importing Demand SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  20. San FranciscoNetwork Development Importing Counts SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

  21. San FranciscoNetwork Development • Count Dracula is SFCTA’s developing traffic counts database • Includes counts from PEMS and counts collected for past projects • Recent (2009-2011) midweek (Tue/Wed/Thu) counts are queried from Count Dracula for DTA Validation • When multiple days of counts exist for the same location and time period, averaged across days • 97 15-minute link counts • 22 60-minute link counts • 864 15-minute movement counts • 160 5-minute movement counts Importing Counts SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY

More Related