arup-group / genet

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

Add cli command to replace or add a whole subgraph of some mode #245

Open KasiaKoz opened 3 weeks ago

KasiaKoz commented 3 weeks ago

Coming from a project requirement. It would be useful to replace a section of the network graph. In the specific project case, we are replacing/adding active modes to an existing network. We don't want to have to rebuild the entire network just to add walking and/or cycling. Issues #243 and #244 would help to facilitate this.