mark padgham

Results 162 issues of 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./...

bug

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.

enhancement

It currently doesn't actually work because the long-form matrices don't get the attributes attached, and `tripmat.R::long2wide()` then fails.

bug
must do

coz this is now possible: [https://www.niceridemn.com/system-data](https://www.niceridemn.com/system-data)

enhancement
future stuff

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...

enhancement
must do

and use the `pivot_` functions

enhancement
must do

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):...

perma-issue

@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.

future stuff