Skip to content

Project Meeting 2017.02.17

Ben Stabler edited this page Feb 16, 2017 · 12 revisions

Multiple Zone Systems

  • New branch multi-zone with a example_multi folder which has everything but the test data
  • All the code is in a folder called ‘extensions’ in the example_multi folder, and the driver is called simulation.py
  • It is not a finished working example, just a place for the prototype to live
  • The data is too big for github, but there is an update import_data.py script that builds the three data files used in the example:
    • NetworkData.h5 has the dataframes in it: TAP, TAZ. MAZ, MAZtoMAZ, MAZtoTAP
    • There are two skim omx files (tap and taz skims) each containing all the skims for their respective geographies. The omx skims use the activitysim naming conventions for 3d skims (e.g. PREM_BUS_FARE__AM and PREM_BUS_FARE__PM) The PM data is all fake.
  • Implemented all the NetworkLOS Queries in the table on the wiki except for Transit Virtual Path Building (get_tappairs_mazpairs)
  • All the queries are vectorized and are all pretty performant, though they have not been benchmarked or optimized.
  • Need to write the internal documentation for existing code
  • There are problems with missing data to discuss

ActivitySim Project Management

Clone this wiki locally