Ixam97 / CarStatsViewer

MIT License
96 stars 54 forks source link

Feature Request: Export Individual Trips #240

Open jonnym1 opened 1 month ago

jonnym1 commented 1 month ago

Great work on CSV, Very pleased with it.

A feature that would be a great addition would be to export individual trips, including the GPS track points, as either a GPX or XLS file to E-mail, or save onto a USB stick?

This is currently possible now by using the ABRP api function and then exporting a trip from ABRP on desktop as an XLS file, but this function requires premium subscription with ABRP and it would be more efficent to be able to export data from CSV directly.

Ixam97 commented 1 month ago

I am currently planning to implement something similar in one of the next updates. I'm not decided on what method and data format I want to use though.

It is currently possible to send debug logs including the current trips as json files. Though this is currently mostly a debug feature and quite cumbersome. I'm thinking about using my own server for mail distribution, but I have to look into the capacity and possible cost of such a feature.

Also, this is related to #236 #230 #220 and #13. They all describe some form of the same function and I'll probably tackle them all at the same time.