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

Add Configurability, Scenario Config, and Scenario Serialization #379

Closed e-lo closed 1 week ago

e-lo commented 1 week ago

Some parameters can now be configured by the user from a file(s) or a config dictionary, including how new nodes/links are numbered. Fixes #361

Scenarios can be run completely from a ScenarioConfig file.

Scenarios and their output can now be serialized with scenario.write(). Fixes #376