Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply transit project cards created from Emme ems files #149

Open
wants to merge 40 commits into
base: bicounty
Choose a base branch
from

Commits on Oct 3, 2022

  1. update pnr process

    ychtw committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2c21fe4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    0e668f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    3a74985 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    730d9c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fixed tm2 modes for SFMTA

    Transit line file mode 20 and 21 are switched
    yueshuaing committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fbeb0c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. add SMART line

    yueshuaing committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6ee4a38 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Highway Network Update

    jawadmhoque committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    186de4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from wsp-sag/bicounty_2035_hwy_update

    Bicounty Model 2035 Network Highway Update
    jawadmhoque committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    92784b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Updating mtc.py

    Updates nodes_mtc_df to create a copy of model_node_id field as N. Updated pnr to be strings to conform to BCM coding.
    jawadmhoque committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    51b0606 View commit details
    Browse the repository at this point in the history
  2. Update 01-BCM_ApplyHighwayProjectCards.ipynb

    Deleted 2020 network creation step.
    jawadmhoque committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c9c7495 View commit details
    Browse the repository at this point in the history
  3. Create 02-BCM_ApplyTransitProjectCards.ipynb

    Added Yue's clean script to add transit project cards
    jawadmhoque committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    60052ac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #155 from wsp-sag/bicounty_2035_hwy_update

    Bicounty 2035 hwy update
    jawadmhoque committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f382620 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update 01-BCM_ApplyHighwayProjectCards.ipynb

    Bug fixes to the BCM script that applied 2035 project cards.
    jawadmhoque committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    01e7b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4947068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96c715d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Renamed notebook

    jawadmhoque committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d9ffe9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5565e2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a9961 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Update mtc.py

    Revert changes that copies N field to model_node_id field.
    jawadmhoque committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d4d91b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83cbf85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98a0478 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update 02-BCM_ApplyHighwayProjectCards.ipynb

    Verified that it works with the 2015 scenario pickle file as well.
    jawadmhoque committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ac5481d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update 01-BCM_ApplyTransitProjectCards.ipynb

    Changed how the project cards are applied. Instead of creating new scenario and applying all project cards at the same time, this version applies the highway project cards one after another from the list of project cards.
    jawadmhoque committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1782bbc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    fc3dfb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a02be3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Create 00-BCM_CreateNewNetwork.ipynb

    New notebook can create transit line file and highway network in tandem. Specifically modified for 2050 network creation.
    jawadmhoque committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3691f82 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request #159 from wsp-sag/bicounty_emme

    merge `bicounty_emme` to `bicounty_dev`
    ychtw committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    df3832f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #160 from wsp-sag/bicounty_dev

    include pnr process
    ychtw committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    057d224 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Create subset_example.ipynb

    This example notebook shows how to create network subset and apply project cards to it
    ychtw committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    851eaf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. add script to summarize info for rail routes

    This is not part of the network creation pipeline, but a helper util script instead.
    ychtw committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b9efe2d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    2599279 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. update TM2_line_haul_name for cable car

    The purpose of this change is to write out runtime for cable car as well.
    ychtw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8af5709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926d2ac View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    04e40e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed4c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e1054d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. PNR Updates

    jawadmhoque committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f73fd31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c01539 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    76fe87d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Update mtc.py

    PNR correction
    jawadmhoque committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fcbf6a1 View commit details
    Browse the repository at this point in the history