Skip to content

How to get trip history and station data from various bicycle-sharing programs.

License

Notifications You must be signed in to change notification settings

ultrageek/bikeshare-data-sources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Bikeshare Data Sources

This repository keeps track of the datasets that bike-sharing programs have released. Right now, it's an incomplete list focusing on programs that release trip-history data.


Boston — Hubway

Trip History Data

Station Data

Included in the trip-history download.


Chicago — Divvy

Trip History Data

Station Data

Included in the trip-history download.


New York City — Citi Bike

Trip History Data

Citi Bike provides month-by-month downloads of its trip history data. To download all available months and merge them into a single CSV file, use the Bash script included in this repository:

./scripts/nyc-citibike/fetch-all.sh > PATH/TO/FILE.csv

Station Data

A JSON file listing all active Citi Bike stations can be downloaded link above. Basic station attributes can also be extracted from the trip history data (see above).


Washington, D.C. — Capital Bikeshare

Trip History Data

Capital Bikeshare provides quarterly downloads of its trip history data. Data through the third quarter of 2013 are provided as direct CSV downloads. Data for later quarters are provided as ZIP files of CSV files. To download all available quarters and merge them into a single CSV file, use the Bash script included in this repository:

./scripts/dc-capital-bikeshare/fetch-all.sh > PATH/TO/FILE.csv

Station Data

A XML file listing all active Capital Bikeshare stations can be downloaded from link above. Basic station attributes can also be extracted from the trip history data (see above).


About

How to get trip history and station data from various bicycle-sharing programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published