eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.48k stars 1.4k forks source link

How do I join the building around the road?To simulate the shadow interference brought by the building.I have already written the net.xml file and the rou.xml file and the sumocfg.xml file. #7513

Closed Mzy526 closed 3 years ago

namdre commented 3 years ago

you can use polyconvert to import building shapes from OSM. However, sumo does not simulate communication or interference. For this you need to couple to a network simulator such as http://veins.car2x.org/

Mzy526 commented 3 years ago

thanks!Can you give about the polyconvert tutorials?

namdre commented 3 years ago

see https://sumo.dlr.de/docs/Networks/Import/OpenStreetMap.html#importing_additional_polygons_buildings_water_etc you can change the typemap to discard everything except buildings.

Mzy526 commented 3 years ago

thanks,I have use the netedit tool join the buildings,very convenience.