Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 683 Bytes

File metadata and controls

18 lines (12 loc) · 683 Bytes

TCSystem.Tools.TakeoutReader

Console application that reads a Google Takeout records.json file and imports missing GPS coordinates into the metadata database.

Usage

dotnet run --project Tools/TakeoutReader/TCSystem.Tools.TakeoutReader.csproj -- <records.json> <database>

The tool opens the database read/write, leaves existing metadata locations unchanged, and fills only files whose timestamp is within one hour of the nearest phone location record. Back up the database before running bulk imports.

Repository Development

Repository-wide prerequisites, targets, dependencies, and build instructions are maintained in the main README.