mark padgham

Results 147 issues of mark padgham

Station location data for DC had to be hard-coded because the data given at [opendata.dc.gov/datasets/capital-bike-share-locations](http://opendata.dc.gov/datasets/capital-bike-share-locations) became too unreliable, and simply returned an unknown error. Blame the underlying [opendata.arcgis.com](http://opendata.arcgis.com) server! In...

future stuff

Current `match_points_to_graph()` just matches to nearest graph vertex. This could be improved by finding the closest *edge* to a matched point, then choosing the closest vertex of that edge. This...

enhancement

And then just manipulate std::vector objects in all functions, without any Rcpp

In `split_decimal_degree`

Add option to `add_contributors()` function to open a github issue with dummy text to ping all contributors that they've been acknowledged in the README. Once that issue exists, triggering the...

To directly commit changes to git (and maybe push to git remote)

Use `gh-pages` deploy to build a project website linking to relevant sub-components (and keep many other sub-components like the `vis.js` network diagrams absent direct links from front page).