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.
Sure, the source code is open, so you can add anything you need.
Thanks, I'll give it a try.
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.