Skip to content

Python script that produces an activity map using the CSV files provided by Uber as part of the GDPR access requests

License

Notifications You must be signed in to change notification settings

berettavexee/Uber_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uber_map.py

Python script that produces an activity map using the CSV files provided by Uber as part of the GDPR access requests. Fork of https://github.com/remisalmon/Strava-local-heatmap-browser version, modified to display UBER data

Features

  • Minimal Python dependencies (folium)
  • Fast and dirty (3x faster than gpxpy.parse())

Usage

  • Download your CSV files from Uber and drop them into uber folder.
  • Run python3 uber_map.py

Command-line options

usage: uber_map.py [-h] [--csv-dir DIR] [--csv-filter FILTER] [--output OUTPUT]

optional arguments:
  -h, --help           show this help message and exit
  --csv-dir DIR        directory containing the csv files (default: uber)
  --csv-filter FILTER  glob filter for the csv files (default: *.csv)
  --output OUTPUT      output HTML file (default: strava_local_heatmap.html)

Python dependencies

folium==0.10.0

About

Python script that produces an activity map using the CSV files provided by Uber as part of the GDPR access requests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages