Traffic patterns in isochrone calculation

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
rene
Posts: 1
Joined: Tue Dec 06, 2016 3:41 pm

Traffic patterns in isochrone calculation

Post by rene »

Hello!

We use the isochrone calculation of xRoute (method 'calculateIsochrones').

Can this calculation be configured to consider the traffic patterns of xServer?
Is a time value required or can the traffic patterns be used independent of a specific time value?

Thanks in advance

- rene
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: Traffic patterns in isochrone calculation

Post by Bernd Welter »

Hello Rene,

check the following sample movie (german)
https://www.youtube.com/watch?v=ubmi5LR3Ul4

Furthermore I created some screenshots:
Isochrone based on 00:00
Isochrone based on 00:00
Isochrone based on 14:00
Isochrone based on 14:00
The snipped I used looks like this:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http:///xroute/schema/XRouteProfile.xsd">
<FeatureLayer majorVersion="1" minorVersion="0">
<GlobalSettings enableTimeDependency="true"/>
<Themes>
<Theme id="PTV_SpeedPatterns" enabled="true"/>
<Theme id="PTV_TruckAttributes" enabled="true"/>
</Themes>
</FeatureLayer>
<Routing majorVersion="2" minorVersion="0">
<Course>
<AdditionalDataRules enabled="true"/>
<DynamicRouting limitDynamicSpeedToStaticSpeed="false"/>
</Course>
</Routing>
</Profile>
About the necessity of the DATETIME:
If you don't provide an explicit date we use the current system time.

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... :twisted:
Post Reply