Skip to main content

Location history parser and analyzer.

Project description

Timemap

repository under renovation

A python package to deal with location history files, such as GMAPS takeout json.

The main motivation behind this package is to allow simple analytics based on where you have been, for example, how long did you spend at the office over January?

Supported providers:

  • Google - takeout's json

Settings

You can customize the runtime parameters through a configuration file or command line parameters (requires extension).

Configuration File

The configuration consist of a yaml file. All the items in it, will be exposed as settings to your script.

filepath: ./.history.json
start: 2019-03-01
end: 2019-03-31

radius: 200 # in meters
latitude: 44.434 # in decimal format
longitude: 22.213 # in decimal format

Contributing

Feel free to send me your pull requests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

timemap-0.1.0.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

timemap-0.1.0-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page