wsp-sag / network_wrangler

A Python Library for Managing Travel Model Network Scenarios
https://wsp-sag.github.io/network_wrangler/
Apache License 2.0
13 stars 3 forks source link

Parameterize wrangler methods to allow for different parameters for different agencies. #229

Open i-am-sijia opened 3 years ago

i-am-sijia commented 3 years ago

Wrangler attributes such as MANAGED_LANES_NODE_ID_SCALAR should be flexible and subject to MPO's choice, instead of hard coded in the source scripts. The current setting does not work for MTC network.

e-lo commented 3 years ago

Can I tackle this one? also working on refactoring lasso parameters.

e-lo commented 3 years ago

Based on group discussion, we will:

  1. store "best" default parameters for each class; stored at class-level
  2. update methods to be able to override default parameters