Re: [sumo-dev] adding parameters to road network

2020-01-22 Thread Jakob Erdmann
Hello, You could certain modify edge and lane parameters via TraCI. To do so at specified times you would have to check in every simulation step against a predefined list of times and values. I do think there would be value in using https://github.com/eclipse/sumo/issues/6531to set the parameters v

Re: [sumo-dev] adding parameters to road network

2020-01-22 Thread Manish Chaturvedi
Dear Jacob, Thanks for the insights and suggestions. If I go by your suggestion, I would add and modify the time varying attributes of lane / edge as Generic Parameters using python interface of TraCI. I could locate the documentation of *setParameter*(self, objID, param, value) and *getParameter

Re: [sumo-dev] adding parameters to road network

2020-01-22 Thread Jakob Erdmann
Dear Manish, After some internal discussion we would prefer to keep a distinction between 'core' road attributes and extended attributes. Core attributes are configured directly within the edge or lane element e.e Extended attributes are configured as elements within the edge or lane element. Cur