Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] #Sumolib #traci Conversion of X, Y co ordinates into Geo Co-ordinates (Longitude and Latitude)

Hi,

most of your questions are answered on the page you have found:
https://sumo.dlr.de/docs/Tools/Sumolib.html#coordinate_transformations

The idea is to write a small python script, which
- set up the path
- import sumolib
- reads the net-file
- reads your x,y data
- converts the data
and finally prints the geo data

The question is, where does your x,y coordinates come from?
fcd-output?
net.xml file?

Regards, Harald

Am 07.10.19 um 11:50 schrieb Mohsin Memon:
> Hello Everyone.. I want to convert x, y co-ordinates from SUMO into
> Geo-Co-ordinates : long. and lat. to be used in IPG Carmaker. I am attaching
> the screenshot I have found to get the co-ordinates. I would be very much
> obliged if someone please help me in this. 
>
> Q1. How to use or import Sumolib ? Where should I write this code to get
> co-ordinates converted? Where will I get the output of the converted
> co-ordinates?
>
> <http://sumo-user-mailing-list.90755.n8.nabble.com/file/t206/sumolib.jpg> 
>
> Thanks in advance.
>
>
>
> --
> Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user




Back to the top