This repository contains analyses of data obtained as a Dasher. It is also available on github.io here.
This dashboard is a flexdashboard made using R. Unfortunately, Doordash does not provide an API for fetching Dasher data. So, I got the data from the Dasher app, and recorded it by hand in an excel spreadsheet.
This heatmap was created in Python using the folium package. Location data is recorded from my smartphone using Google location tracking in Maps. Data are downloaded from Google Takeout. Preprocessing of location data is done in R, with the help of a small custom R package I created for this purpose called takeout. The data shown in the heatmap are locations that were logged only during dashes.
This animation is was made using gganimate with the same location data as described above. All dashes are aligned by time of day, so you can see where I was during each dash given the time of day.
Sadly, much of this project is not easily reusable for others. The most annoying part is having to record the data manually to an excel workbook. I have provided a README.md in data/
that explains how the data are organized. By following this template, you may be able to get the code to work for you.
Additionally, I have not gone through great efforts in this project to remove hard-coded paths, etc. I intended it originally for myself, but wanted to share my code along with the results anyway. If you are viewing this as Github Pages, the original repository can be found on Github
This project was developed by Kenneth Schackart ([email protected]).