Skip to content

niekvleeuwen/polarsteps-data-parser

Repository files navigation

Polarsteps Data Parser

Tool designed to parse and extract data from the travel tracking app Polarsteps data export. This tool serves two primary purposes:

  1. Data backup: The data export does not support viewing your data in any useful way. To preserve the data (who knows if Polarsteps still exists in 20 years), the tool combines the data and generates a PDF document.
  2. Data analysis & visualization: The parsed data can also be leveraged for in-depth analysis, enabling users to gain insights into their travel patterns, destinations visited, duration of stays, distances traveled, and more. This opens up possibilities for statistical analysis, trend identification, and visualization of the trip data.

Getting started

Installation

To set up the project, ensure you have Python 3.11+ installed. Follow these steps:

Clone the repository:

git clone https://github.com/niekvleeuwen/polarsteps-data-parser.git
cd polarsteps-trip-analyzer

Ensure poetry is available, e.g. on Ubuntu/Debian you can run the following:

apt-get install python3 poetry

Install dependencies using Poetry:

poetry install

Then enter the created virtual environment:

poetry shell

Usage

To run the project, use the following command:

polarsteps-data-parser [OPTIONS]

For example, to load and analyse a trip with the data located in the ./data/trip1 folder and enrich the trip with comments, use the following command:

polarsteps-data-parser --input-folder ./data/trip1 --enrich-comments

Disclaimer

This project is an independent initiative and is in no way affiliated with Polarsteps. All trademarks, service marks, trade names, product names, and logos appearing in this repository are the property of their respective owners, including Polarsteps. The use of these names, logos, and brands is for identification purposes only and does not imply endorsement or affiliation.

About

Parse & backup data of travel tracking app Polarsteps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages