{"id":17047821,"url":"https://github.com/residentmario/citibike","last_synced_at":"2025-04-12T16:08:48.319Z","repository":{"id":66134259,"uuid":"57175447","full_name":"ResidentMario/citibike","owner":"ResidentMario","description":"Data processing for a CitiBike trip data visualization.","archived":false,"fork":false,"pushed_at":"2016-08-26T17:56:16.000Z","size":6712,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T10:36:16.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ResidentMario.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-27T02:00:27.000Z","updated_at":"2023-04-26T12:38:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdf9a2a3-fcba-410d-aa37-976e88994f71","html_url":"https://github.com/ResidentMario/citibike","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/ResidentMario%2Fcitibike","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResidentMario%2Fcitibike/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResidentMario%2Fcitibike/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResidentMario%2Fcitibike/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ResidentMario","download_url":"https://codeload.github.com/ResidentMario/citibike/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594139,"owners_count":21130312,"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":[],"created_at":"2024-10-14T09:50:23.375Z","updated_at":"2025-04-12T16:08:48.286Z","avatar_url":"https://github.com/ResidentMario.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Life of CitiBike\n\nThis repository contains various files that I generated as part of my quest to animate the daily and/or weekly\nlifecycle of New York City's CitiBike system. All of the scoping, done in Python using Jupyter notebooks, is here, as\n are various toy datasets generated along the way, and\u0026mdash;critically\u0026mdash;the scripts which generate the\n visualization's backend. The only thing *not* in this repository is the final visualization itself, which is\n optimized for and hosted at my personal website, and can be found [there](https://github.com/ResidentMario/mysite/blob/master/templates/visualizations/life-of-a-citibike.html).\n\nIf you are interested in following along, read this technical blog post first. Then, if you're still interested,\nstart reading the materials in the `notebooks` folder.\n\nNote that station depots and New Jersey locations (on which no data is yet available, annoyingly) have been removed from\nthis dataset during processing.\n\n## Data dictionary for `june_22_station_metadata.csv`\n\n* `station id` \u0026mdash; The unique identifier for this station.\n* `latitude`\n* `longitude`\n* `station name` \u0026mdash; The station name.\n    * Usually the name of an intersection (ex. `W 52 St \u0026 11 Ave`) or landmark (ex. `Yankee Ferry Terminal`).\n    * `Penn Station Valet` is a special exception.\n    * Storage depots (removed from this dataset) have `DEPOT` in their name.\n* `incoming trips` \u0026mdash; Number of trips whose endpoint is this station.\n* `outgoing trips` \u0026mdash; Number of trips whose starting point is this station.\n* `all trips` \u0026mdash; Number of trips that end or being here (`incoming trips` + `outgoing trips`)\n* `kind` \u0026mdash; `Active` if the station is in use, `Inactive` if it is down/out for maintenance, `Depot` if it is a\nstorage depot.\n* `bikes outbound` \u0026mdash; Number of bikes which start their day here and get ridden out.\n* `outbound trips` \u0026mdash; Number of trips taken by bikes which start their day here.\n* `bikes inbound` \u0026mdash; Number of bikes which end their day here.\n* `inbound trips` \u0026mdash; Number of trips taken by bikes which end their day here.\n* `delta bikes` \u0026mdash; Difference in number of bikes between start and end of the day (`bikes inbound` - `bikes\noutbound`).\n* `delta trips` \u0026mdash; Difference in number of trips taken by bikes which start their day here (`incoming trips` +\n`outgoing trips`).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresidentmario%2Fcitibike","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresidentmario%2Fcitibike","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresidentmario%2Fcitibike/lists"}