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.44k stars 1.38k forks source link

[JuPedSim] Convert annotated DXF files to SUMO polygon (XML file). #13306

Closed bcoueraud87 closed 10 months ago

bcoueraud87 commented 1 year ago

For the needs of the SISAME 2.0 project and the SUMO-JuPedSim coupling in general, we need to convert a DXF file into SUMO polygons (as an XML file). This could be implemented using the Python library ezdxf, polyconvert and libsumo.

behrisch commented 1 year ago

@RNippold maybe for you as well

behrisch commented 10 months ago

We decided to write this as geo-coordinates (at least optionally)

behrisch commented 10 months ago

Almost done, the projection should be configurable in the script

behrisch commented 10 months ago

see #13809 #13814