https://github.com/mpadge/bike-correlations
:bike: Calculates correlation matrix between bicycle hire stations
https://github.com/mpadge/bike-correlations
Last synced: about 2 months ago
JSON representation
:bike: Calculates correlation matrix between bicycle hire stations
- Host: GitHub
- URL: https://github.com/mpadge/bike-correlations
- Owner: mpadge
- License: gpl-2.0
- Created: 2014-09-24T10:24:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T19:14:17.000Z (about 8 years ago)
- Last Synced: 2025-02-14T13:25:01.979Z (3 months ago)
- Language: C++
- Homepage:
- Size: 390 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bike-correlations
=================Calculates pair-wise correlation and covariance maatrices for numbers of trips
between all pairs of stations for the public hire bicycle systems of London,
NYC, Boston, Chicago, Washington DC, and Los Angeles. Trip data must first be
downloaded and converted to matrices of aggregate numbers of trips between all
pairs of stations using the `R` package
[`bikedata`](https://github.com/mpadge/bikedata).Also calculates matrices of inter-station distances using
[OpenStreetMap](http://openstreetmap.org) data extracted with the `R` package
[`osmdata`](https://github.com/osmdatar/osmdata) and routed using the `R`
package [`osmprob`](https://github.com/osm-router/osmprob).Also calculates equivalent matrices for train data for London, using the
Oystercard data sample from http://www.tfl.gov.uk/info-for/open-data-users/### build:
1. cd ./build
2. cmake ..
3. make[](https://travis-ci.org/mpadge/bike-correlations)