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.58k stars 1.44k forks source link

The latitude and longitude information is lost when using netconvert to convert the format of sum-net to opendrive. #8625

Closed radiateboy closed 3 years ago

radiateboy commented 3 years ago

The latitude and longitude information is lost when using netconvert to convert the format of sum-net to opendrive.

cmd: netconvert --net-file cy.net.xml --opendrive-output cy.xodr

namdre commented 3 years ago

duplicate of #4417 (see that issue for a workaround).

If you cannot re-run the initial import with --offset.disable-normalization you can instead shift the network with --offset.x --offset.y so that the offset becomes 0

radiateboy commented 3 years ago

okey, thank you very mush. @namdre