Skip to content

hiratara/one-log-conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converting Google Location History JSON into KML supported by 1log

one-log-conv converts Google Location History of Google Takeout into KML format that you can import into 1log.

How to use

  1. Download your Google Location History from the Google Takeout page

  2. Extract Records.json from it

You can use the unzip command to do so.

$ unzip -p /path/to/takeout-YOUR.zip 'Takeout/Location History/Records.json' > Records.json
  1. Build one-log-conv with --release flag
$ cargo build --release
  1. make the output directory
$ mkdir output/
  1. run the command
$ ./target/release/one-log-conv

It creates KML files for each year and month, like output/2023-03.kml.

  1. import output/*.kml by using the 1log app

About

Convert Google Timeline JSON into KML format used by 1log app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages