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
Traffic patterns in isochrone calculation
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Traffic patterns in isochrone calculation
Hello Rene,
check the following sample movie (german)
https://www.youtube.com/watch?v=ubmi5LR3Ul4
Furthermore I created some screenshots: The snipped I used looks like this:
About the necessity of the DATETIME:
If you don't provide an explicit date we use the current system time.
Best regards,
Bernd
check the following sample movie (german)
https://www.youtube.com/watch?v=ubmi5LR3Ul4
Furthermore I created some screenshots: 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>
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...
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...