calculateRoute with openingIntervals?

This forum deals with any kind of routing computation whether it is simple A:B-routing, calculation of isochrones, simple matrix computation or nearest search.
Post Reply
Howard
Posts: 8
Joined: Thu Aug 04, 2016 9:22 am

calculateRoute with openingIntervals?

Post by Howard »

Hey,

we are trying to get realistic travel time data after planning our Tour. Some of our visits have time limitations, so we tried to use the openingIntervals of the waypoints for those.

Interestingly, I get the following response:

Code: Select all

{
"faultInfo":
{
  "$type":"InvalidRequestFault",
  "hint":"Use the appropriate time consideration or remove the openingIntervals on the Waypoints."
},
"message":"No time consideration or OptimisticTimeConsideration has been set, but some Waypoints contain openingIntervals."
}
Which is puzzling, because I did send the timeConsideration "OptimisticTimeConsideration" in the routeOptions. I also tried out other timeConsiderations, but the error stays the same. (See the attached request, I just changed the coordinates.)

Any idea what is going on here?
Attachments
calculateRoute.txt
(1.5 KiB) Downloaded 60 times
Sven Howard
Wessendorf Software & Consulting GmbH
http://www.wsc.biz
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: calculateRoute with openingIntervals?

Post by Bernd Welter »

Hi "Howard",

In the Technical Concepts of Routing/Tour Calculation, you can read:
SnapshotTimeConsideration, TimeSpanConsideration or ExactTimeConsiderationAtStart are mandatory to handle opening intervals on waypoints. If not set, an exception is thrown.
The reason is: to handle opening interval, we need a starting date/time. There is an arbitrary date/time used when setting Optimistic. But that's only to handle the regulations on several days/weeks.

For opening hours (i.e. time windows), a reference time is absolutely needed.

That's why it is only available with Snaphot, TimeSpan or Exact mode.

Bernd

(thanks to Yann for the hint!)
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... :twisted:
Post Reply