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
- Minimal Python dependencies (folium)
- Fast and dirty (3x faster than
gpxpy.parse()
)
- Download your CSV files from Uber and drop them into
uber
folder. - Run
python3 uber_map.py
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)
folium==0.10.0