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

MTC improvements on applying project cards #332

Draft
wants to merge 56 commits into
base: develop_with_ranch
Choose a base branch
from

Commits on Nov 9, 2020

  1. MTC changes (network-wrangler#235)

        1. Scalar values were different
        2. MTC needed additional variables copied to managed lanes
        3. Different foreign key for shapes
        4. Scenario initiation from a Scenario instance OR a dictionary representing one
    
    Co-authored-by: David Ory <[email protected]>
    i-am-sijia and DavidOry authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e2defcf View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Module-and instance-level vars rather than CLIENT

    - moved parameters from client.py to modules
    - added params to class instances
    - parameterized methods for non instance-level vars
    
    TODO: update all notebooks and usage.
    e-lo committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    8a43dcd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Generalize method calls

    Fixes network-wrangler#229 by making methods parameterizable and storing most client settings in RoadwayNetwork and TransitNetwork instance-level with good defaults rather than class-level variables.
    
    Also:
    - Added notebook testing
    - Some other clean up
    e-lo committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    a16ea59 View commit details
    Browse the repository at this point in the history
  2. update some var names

    e-lo committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    60f4e52 View commit details
    Browse the repository at this point in the history
  3. fix missed filename updates

    e-lo committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    6bf1eff View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

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

Commits on Dec 11, 2020

  1. MTC constants changes

    i-am-sijia committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    8b7d3ce View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

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

Commits on Jan 6, 2021

  1. small clean ups

    e-lo committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6ca0997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05082ff View commit details
    Browse the repository at this point in the history
  3. Update requirements.txt

    e-lo committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    998cb2e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

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

Commits on Jan 8, 2021

  1. Updated update_df to pass tests

    - fixed typo bugs
    e-lo committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    d2ef444 View commit details
    Browse the repository at this point in the history
  2. Updated update_df function

    - Allow new columns to be added wholesale
    - Also fixes network-wrangler#257
    e-lo committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4495880 View commit details
    Browse the repository at this point in the history
  3. update API for notebooks

    e-lo committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c2eff8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8213f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    4b63e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab57b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    10631be View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'generic_agency' of https://github.com/wsp-sag/n…

    …etwork_wrangler into generic_agency"
    
    This reverts commit 10631be, reversing
    changes made to c8213f9.
    i-am-sijia committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    309d387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee81770 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Feb 22, 2021

  1. update non_ml filter

    when `managed` exists in the network (before applying the managed project card), and `managed` is not specified for newly added links (which can be assumed 0).
    i-am-sijia committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9a3d1fb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    449596d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5cf507 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. building query differently to account for long list of values for a p…

    …roperty in project card
    AshishKuls committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    d64b0e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. transit changes

    i-am-sijia committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    dd075ce View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

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

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    bc1434f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3aa01 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

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

Commits on Sep 26, 2021

  1. read gtfs fare files

    i-am-sijia committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    068e0cf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

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

Commits on Jan 20, 2022

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

Commits on Jan 21, 2022

  1. bug fixes to prevent crashing

    lmz committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8d9192f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

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

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    230dc53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a05187c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Mar 14, 2022

  1. add mtc example data

    i-am-sijia committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c7715f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Initial commit of sphinx workflow

    lmz committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    18d0cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44a7c0a View commit details
    Browse the repository at this point in the history
  3. Move sphinx.yml into .github\workflows

    (oops, committed too quickly)
    lmz committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    36c6650 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ff6903 View commit details
    Browse the repository at this point in the history
  5. Make sphinx in docs subdir

    lmz committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    93cf071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21fc6a7 View commit details
    Browse the repository at this point in the history
  7. Add debug lines to sphinx.yml

    lmz committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    8b853d3 View commit details
    Browse the repository at this point in the history
  8. Handle that sphinx build in docs

    lmz committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    95f0bc2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3254b1 View commit details
    Browse the repository at this point in the history
  10. A couple more doc updates

    lmz committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    99c76e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. allow explicitly set up info and debug logging

    1) disable automatic logging for all scripts through __init__.py; 2) add separate info and debug logging.
    See network-wrangler#286
    yuqiww committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0acaf69 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. modify default setting

    yuqiww committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    083ef6e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

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

Commits on Sep 6, 2024

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

Commits on Sep 27, 2024

  1. update yaml load

    i-am-sijia committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    955a37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21b772 View commit details
    Browse the repository at this point in the history