Can I get the value of DistanceCalculator.distanceToLine for a geofence?

kuuchan4 years ago

I am storing GPS data in a mysql database and using python to analyze that database for experiments. can I pass the value of DistanceCalculator.distanceToLine to the analysis program? It is easier to process if the distances are accumulated in a database.

Anton Tananaev4 years ago

Sure, the source code is open, so you can add anything you need.

kuuchan4 years ago

Thanks, I'll give it a try.