arup-group / genet

Manipulate MATSim networks via a Python API.
MIT License
45 stars 9 forks source link

Add cli command for attaching modal subgraphs #250

Open KasiaKoz opened 2 days ago

KasiaKoz commented 2 days ago

Closes #245

This ends my 4-part series to enable attaching a modal subgraph to an existing network.

This cli command has been tested on a live project and smoke tested with MATSim. Steps and configs for batch jobs are available here.

Bonus: fixed a couple of warnings, comments inline