lcodeca / SUMOActivityGen

An Activity-based Multi-modal Mobility Scenario Generator for SUMO. This project is available in the Eclipse SUMO contributed tools section (https://github.com/eclipse/sumo/tree/master/tools/contributed) under the name SAGA (SUMO Activity GenerAtion).
Eclipse Public License 2.0
40 stars 25 forks source link

Compatibility with SUMO 1.5/1.6 #11

Closed abrac closed 4 years ago

abrac commented 4 years ago

Firstly, thank you for this amazing project!

What is the current state of compatibility with SUMO 1.5 and 1.6? I require Demand-Responsive Transport in my simulation (i.e. Taxis) which is not available in v1.4.

lcodeca commented 4 years ago

I use the development version of sumo, so there should be no issues with versions 1.5 or 1.6 I'm currently working os supporting taxis in the generation but it's a work in progress, and being this a side project, I don't know when I can actually make it happen. I have a private branch where I have already extracted the taxi stands from OSM, but they are not yet part of the activity generation. If you are interested in contributing to it, I can make time to clean what I have already done and push it.

abrac commented 4 years ago

Hi Lara. That is good news. I am keen, but need to familiarise myself a bit more with your source code. I'll open a new issue regarding the taxis if that's fine.