Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Traci Pedestrians: restrict positions (x, y) to a max value.

randomTrips does not support this directly. However, you can
1. create a smaller network with netedit (https://sumo.dlr.de/docs/Netedit/neteditUsageExamples.html#reducing_the_extent_of_the_network)
2. run randomTrips on the smaller network
3. use the generated trips on the larger network

Am Di., 28. März 2023 um 20:59 Uhr schrieb Gervalino Bilas <gervalino.bilas@xxxxxxxxx>:
Hello.

Using "randomTrips" is it possible to generate trips restricting max x and y positions?

For example, my map has positions greater than 1000 m, but I want x and y to be between 0 and 500 m.

Regards,
_______________________________________________
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