Hi,
is it possible to plan tours with SpeedPatterns, TrafficIncidents, RestrictionZones and TruckAttributes?
Regards,
Christian
Plantour with PTV_Speedpatterns
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Plantour with PTV_Speedpatterns
Hello Christian,
well, in xTour.planTours you can refer to a distance matrix which is based on the feature layers and also those which refer to TimeDependency but you should be aware of what that means. Please ensure to have read and understood the meaning of TimeConsiderationMode.
Imagine you created a distance matrix with TimeConsiderationMode.ExactAtStart: this means that each relation would reflect the driving time & distance from a start location to all destinations with the street conditions that match the time after start.
Let's say you created an Urban Dima based on 08:00 with SpeedPatterns. All segments and relations would more or less cover the "commuter conditions" though you might try to apply this dima on a vehicles 08:00 to 17:00 period.
In other words: the dima covers "inbound traffic" though you might expect the tour optimization to handle relations different when applied on an afternoon section.
I recommend to discuss your usecase scenario with your assigned consultant or Technical Partner Manager (me?)
Best regards,
Bernd
well, in xTour.planTours you can refer to a distance matrix which is based on the feature layers and also those which refer to TimeDependency but you should be aware of what that means. Please ensure to have read and understood the meaning of TimeConsiderationMode.
Imagine you created a distance matrix with TimeConsiderationMode.ExactAtStart: this means that each relation would reflect the driving time & distance from a start location to all destinations with the street conditions that match the time after start.
Let's say you created an Urban Dima based on 08:00 with SpeedPatterns. All segments and relations would more or less cover the "commuter conditions" though you might try to apply this dima on a vehicles 08:00 to 17:00 period.
In other words: the dima covers "inbound traffic" though you might expect the tour optimization to handle relations different when applied on an afternoon section.
I recommend to discuss your usecase scenario with your assigned consultant or Technical Partner Manager (me?)
Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Plantour with PTV_Speedpatterns
Short update: in v2.20 we invented a new time consideration mode:
Check com.ptvgroup.xserver.timeconsideration.MultipleTravelTimesConsideration
This mode (combined with any daytime dependent data such as PTV_TruckSpeedPatterns ...) enables you to create a distance matrix which stores not only a single value of distance and traveltime per relation:
It enables you to gather a stable distance(x1,y1,x2,y2) plus a variable traveltime (x1,y1,x2,y2,referencetime). In other words:
Bernd
Check com.ptvgroup.xserver.timeconsideration.MultipleTravelTimesConsideration
This mode (combined with any daytime dependent data such as PTV_TruckSpeedPatterns ...) enables you to create a distance matrix which stores not only a single value of distance and traveltime per relation:
It enables you to gather a stable distance(x1,y1,x2,y2) plus a variable traveltime (x1,y1,x2,y2,referencetime). In other words:
- We first compute the reference geometries of the routes.
- Then we apply the daytime dependency on the geometry based on the reference time
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...