Reverse geocoding for all datapoints

Martin G7 years ago

When reverse geocoding is enabled all datapoints are reverse geocoded which consumes a lot of geocoding resources. Is there any way to reduce this amount so that only certain datapoints are geocoded? Trip endpoints for example.

Anton Tananaev7 years ago

It's not possible because at the time of reverse geocoding we don't know where trip starts and ends.

socstur7 years ago

You can have an option to geocoder only when vehicle is stationary. ie speed<speedThreshold.

Anton Tananaev7 years ago

Interesting suggestion because I would think it makes sense to do the opposite.

socstur7 years ago

Combining geocoding when stationary with geocode distance parameter ensures geocoding is done only when vehicle is stationary and it’s done once and not multiple times while stationary.

Anton Tananaev7 years ago

Makes sense. Please create a feature request on github.