The usual approach would be to match the points onto a road network (i.e.
imported from OpenStreetMap).
However, if you don't care about road infrastructure at all, you could also
define a single edge with as many geometry points as you have.
You could put the list of lon,lat pairs directly into the edge 'shape'
attribute and then build the network with --proj.utm.

Am Di., 31. Jan. 2023 um 18:21 Uhr schrieb Tom L <[email protected]>:

> I have a large list of latitude and longitude points I want a vehicle to
> follow (over 1000). The points involve multiple turns along with other
> behaviors such as lane merging.
>
> Is the best way to do this to create junctions for each point and then to
> create edges between every junction? (I.e. 1000+ junctions and edges) Is
> there a more streamlined way to do this?
>
> Thanks,
>
> Tom
> _______________________________________________
> sumo-user mailing list
> [email protected]
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to