diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2016-01-26 17:36:41 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2016-01-26 17:36:41 +1100 |
commit | 63e9405928a4acb44e16a568c1f1c327fd34ceb8 (patch) | |
tree | 32b3bf549fe9ca2dafe63fce4ad1d2d589b847a0 /utilities/data2kml | |
parent | 0690e36fb2d236b1776da78e34abc8d06815f6b9 (diff) | |
parent | 8846b48a3bd7145dda6293dd31e49e53d9cbe392 (diff) | |
download | 2021-arduino-obd-63e9405928a4acb44e16a568c1f1c327fd34ceb8.tar.gz 2021-arduino-obd-63e9405928a4acb44e16a568c1f1c327fd34ceb8.tar.bz2 2021-arduino-obd-63e9405928a4acb44e16a568c1f1c327fd34ceb8.zip |
Merge branch 'master' of https://github.com/stanleyhuangyc/ArduinoOBD
Diffstat (limited to 'utilities/data2kml')
-rw-r--r-- | utilities/data2kml/README.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utilities/data2kml/README.txt b/utilities/data2kml/README.txt index 2a99d35..7a87cc5 100644 --- a/utilities/data2kml/README.txt +++ b/utilities/data2kml/README.txt @@ -1,2 +1,4 @@ -Data2KML is an open-source command line utility written by Stanley Huang for Freematics OBD-II Telematics Kit (http://freematics.com/products). -Simply drag and drop a data log CSV file to the data2kml.exe and a KML file will be generated.
\ No newline at end of file +Data2KML is a command line program which converts Freematics CSV file generated by Freematics vehicle telematics products (http://freematics.com/products/) to KML files for viewing with Google Earth. + +Freematics Data Logging Format: +http://freematics.com/pages/software/freematics-data-logging-format |