{"id":16942619,"url":"https://github.com/dbabbs/mobility-map","last_synced_at":"2025-03-22T12:32:56.250Z","repository":{"id":39549168,"uuid":"183694301","full_name":"dbabbs/mobility-map","owner":"dbabbs","description":"🚙 🚲 🛴Interactive map of my Uber, Lyft, Jump and Lime trips","archived":false,"fork":false,"pushed_at":"2023-01-06T01:49:12.000Z","size":19805,"stargazers_count":32,"open_issues_count":10,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T11:22:51.264Z","etag":null,"topics":["deckgl","maps","mobility","react"],"latest_commit_sha":null,"homepage":"https://dbabbs.github.io/mobility-map","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbabbs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-26T21:07:49.000Z","updated_at":"2024-08-01T02:32:07.000Z","dependencies_parsed_at":"2023-02-05T02:01:59.700Z","dependency_job_id":null,"html_url":"https://github.com/dbabbs/mobility-map","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbabbs%2Fmobility-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbabbs%2Fmobility-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbabbs%2Fmobility-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbabbs%2Fmobility-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbabbs","download_url":"https://codeload.github.com/dbabbs/mobility-map/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959449,"owners_count":20538625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deckgl","maps","mobility","react"],"created_at":"2024-10-13T21:12:28.871Z","updated_at":"2025-03-22T12:32:55.082Z","avatar_url":"https://github.com/dbabbs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dylan's Mobility Service Map\n\n__[View live map](https://dbabbs.github.io/mobility-map/)__\n\n![screenshot](screenshot.png)\n\nThis project is an interactive visualization of my mobility service provider trips. I aggregated data from [Uber](https://www.uber.com/), [Jump](https://jump.com/), [Lyft](https://www.lyft.com/), and [Lime](https://www.li.me/) in order to make this map.\n\nExplore trips across multiple cities using the grid view, filter trips by time with the histogram date filter, or explore total distance travelled by provider.\n\n## How this was made\n\n### Data access\n\nUber provides a handy [data download tool](https://help.uber.com/riders/article/download-your-data?nodeId=2c86900d-8408-4bac-b92a-956d793acd11) that provides access to all Uber trips, UberEATS orders, and JUMP trips. Submit a request for your data and it should be ready to download in a few hours.\n\nLyft enables a download of your trips through the *Ride History* in the mobile app. You can email yourself a CSV of your recent trips.\n\nLime was a little more difficult to get a copy of my data. They do not provide an easy export of your trip data like Uber and Lyft. Since I had used Lime in Berlin, I was eligible to request a copy of data under [Article 15 of GDPR - Right of access by the data subject](https://gdpr-info.eu/art-15-gdpr/). Nearly 2 months and 10+ emails later with Lime, I finally received a copy of my data.\n\n### Enriching the data\n\nExcept for Lime, my trips data only included start and end addresses. The actual path travel was not included in the data downloads. In order to draw polylines on the map, I used the [HERE Routing API](https://developer.here.com/documentation/routing/topics/introduction.html) to calculate the estimated route from the starting point to the ending point. This process happened in the `prep/index.js` file.\n\n### Visualizing the Data\n- [React](https://reactjs.org/) was used to build the client UI\n- [deck.gl](http://deck.gl) was used for the geospatial visualizations\n\n## Installation\n\n```\ngit clone https://github.com/dbabbs/mobility-map.git\ncd mobility-map\nnpm install\nnpm start\n```\n\n## Make your own map\n\nYou are welcome to recreate this project with your own mobility data.\n\n`prep/index.js` is a helpful script to help wrangle and enrich your data into the proper GeoJSON format. Once you run your data through that script, it can be plugged into the React application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbabbs%2Fmobility-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbabbs%2Fmobility-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbabbs%2Fmobility-map/lists"}