mark padgham
mark padgham
``` store_bikedata (data_dir = "/guadalajara/data/dir", bikedb = bikedb) bike_stations (bikedb) # A tibble: 243 x 6 id city stn_id name longitude latitude 1 1 gu gu2 (GDL-001) C. Epigmenio Glez./...
The [google C++ style guide](https://google.github.io/styleguide/cppguide.html#Integer_Types) is a good argument against usage of `unsigned int` and the like. Modify all `src/` code to follow this.
It currently doesn't actually work because the long-form matrices don't get the attributes attached, and `tripmat.R::long2wide()` then fails.
coz this is now possible: [https://www.niceridemn.com/system-data](https://www.niceridemn.com/system-data)
That param, added in [this commit](https://github.com/ropensci/bikedata/commit/6281cd0eb153e366073a06b401522b804808f04d) enables truly offline usage, because London station data can be locally loaded rather than externally downloaded. This means many tests and examples could be...
data to add
Great article of state of American bike share systems [here](http://nacto.org/bike-share-statistics-2016/), with new systems including LA and Portland. Full list of systems (with direct links to data, and excluding London UK):...
@RobinLovelace Can you please provide details of the Mexico City data you mentioned? It'd be great to incorporate that if possible
This is not necessarily straightforward, because some station tables are constructed straight from trip data, which doesn't have this info.