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
.
Also calculates matrices of inter-station distances using
OpenStreetMap data extracted with the R
package
osmdata
and routed using the R
package 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/
- cd ./build
- cmake ..
- make