Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolyatmax/citibike_data
Working with some of the data from CitiBike's API
https://github.com/rolyatmax/citibike_data
canvas citibike citibike-api data-visualisation data-visualization data-viz javascript
Last synced: 22 days ago
JSON representation
Working with some of the data from CitiBike's API
- Host: GitHub
- URL: https://github.com/rolyatmax/citibike_data
- Owner: rolyatmax
- Created: 2013-10-10T03:28:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T21:03:05.000Z (over 9 years ago)
- Last Synced: 2024-04-14T23:57:29.574Z (7 months ago)
- Topics: canvas, citibike, citibike-api, data-visualisation, data-visualization, data-viz, javascript
- Language: JavaScript
- Homepage: https://tbaldw.in/citibike
- Size: 34.6 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CitiBike: An Average Summer Week
===========================Nearly 1GB of data was collected from the CitiBike API during the summer of 2013 by my colleague Jason Capehart. I crunched the numbers to see what the typical summer week was like for the CitiBike stations.
I wrote scripts in Python and in Node to pull the data out of Mongo and get it into shape. I used d3 for map projection, and I wrote the rest of the visualization using canvas.
I'm planning on adding in some more information here about how I built this - but wanted to get this up online as soon as I could.
Press the spacebar to pause the animation.
I used [Sketch.js](https://github.com/soulwire/sketch.js) to set up my canvas.
See it in action at [tbaldw.in/citibike](http://tbaldw.in/citibike).
Check out the source at [github.com/rolyatmax/citibike_data](https://github.com/rolyatmax/citibike_data/).