How to enforce xRoute to follow a given GPS track?
Posted: Mon May 28, 2018 8:47 am
Hi there,
believe it or not: I have to calculate some routing KPIs such as toll distance and price for the first time.
The usecase behind this is not a preplanning from A to B but a reporting so we do have a list of more or less detailed number of
Bernd
believe it or not: I have to calculate some routing KPIs such as toll distance and price for the first time.
The usecase behind this is not a preplanning from A to B but a reporting so we do have a list of more or less detailed number of
- GPS Coordinates
- Timestamp
- Speed
- Heading
- EventStatus (e.g. startOfJourney / idling / driving / endOfJourney)
- Where is this transformation from input to MapMatch to Routing documented?
- How can I ensure that xMapMatch considers segment properties in the correct way (e.g. TruckAttributes)? Is sufficient to specify the SNIPPET in the same way as I'm used to in xRoute?
- Is there any stand still detection available in the workflow? How to deal with that?
- What xMapMatch output info is needed to feed xRoute's calculateExtendedRoute? Use the matched coordinates as waypoints? Some UniqueGeoIDs as WaypointDesc properties? Or as ExceptionPath?
Bernd