Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] change utm zone

Hi Jakob,

Thank you for your reply.

There seems to be a small typo in the second netconvert command — the -i option for importing plain.tll.xml is missing, and there's also a small mistake in the syntax (-t -plain.tll.xml). The corrected version should be:

netconvert -s old.net.xml --plain-output-prefix plain --proj.plain-geo netconvert -e plain.edg.xml -n plain.nod.xml -x plain.con.xml -i plain.tll.xml -t plain.typ.xml --proj "+proj=utm +zone=31 +ellps=WGS84 +datum=WGS84 +units=m +no_defs" -o reprojected.net.xml

Thanks again for your help!

Best regards,
Petr




Yes:
netconvert -s old.net.xml --plain-output-prefix plain --proj.plain-geo
netconvert -e plain.edg.xml -n plain.nod.xml -x plain.con.xml -t -plain.tll.xml --proj "+proj=utm +zone=31 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"

Am Di., 10. Dez. 2024 um 09:13 Uhr schrieb Petr Chytil <PetrChytil@xxxxxxxxx>:
Thank, this works OK. 
But is there some way how to resave network.net.xml in another utm zone?

Petr

You have to re-import the network:

netconvert -c osm.netccfg --proj "+proj=utm +zone=31 +ellps=WGS84 +datum=WGS84 +units=m +no_defs" --proj.utm false

Am Di., 10. Dez. 2024 um 07:51 Uhr schrieb Petr Chytil via sumo-user <sumo-user@xxxxxxxxxxx>:
Hi,
My network downloaded via osmWebWizard is on the border of utm zones. It was created in zone 32, is it possible to somehow reproject it to zone 31?

Thanks, Petr
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top