GithubHelp home page GithubHelp logo

longrangebehaviormodificationspecialist / ios_locations_to_kml Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 24 KB

Python scripts to parse data from various iOS database files and convert the data to Google Earth .kml files

Python 100.00%

ios_locations_to_kml's Introduction

Introduction

  • This main script take data from various databases present in the iOS file system and pulls the location data and formats the data into .kml files.
  • The user will have the option to save the parsed data into a .csv file by using the --csv y option.

Syntax

python .\create_kml_from_data.py --source "[FILE-PATH-TO-DATABASE]" --dest "[DIRECTORY-WHERE-OUTPUT-SAVED]" --destf "[OUTPUT-FILE-NAME]" --csv ['y','n'] --database [1,2,3,4,5,6] --btime [TIME-OF-FIRST-RECORD-TO-QUERY] --etime [TIME-OF-LAST-RECORD-TO-QUERY]

Script Help

create_kml_from_data.py


  • Create a .kml file by reading the location records from the database specified by the user.
  • The --btime and --etime values should be given in "Apple Absolute Time" (a/k/a) "Cocoa Core Data" format. To convert time values to/from the required input, see: https://www.gaijin.at/en/tools/time-converter.
  • For the --database argument, enter the corresponding number for the database you want to examine: 1=Cache.sqlite (Location History), 2=cache_encryptedB.db (WiFi locations), 3=cache_encryptedB.db (LTE locations), 4=Cloud-V2.sqlite (Significant Locations), 5=Local.sqlite (Significant Location Visits), or 6=Local.sqlite (Vehicle Locations)

ios_locations_to_kml's People

Contributors

longrangebehaviormodificationspecialist avatar

Stargazers

Nivalis โ† avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.