Page 1 of 1

Traffic patterns in isochrone calculation

Posted: Tue Dec 06, 2016 3:52 pm
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

Re: Traffic patterns in isochrone calculation

Posted: Tue Dec 06, 2016 4:29 pm
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