ropensci / bikedata

:bike: Extract data from public hire bicycle systems
https://docs.ropensci.org/bikedata
81 stars 16 forks source link

check bo & dc station names #69

Closed mpadge closed 6 years ago

mpadge commented 6 years ago

These used to use explicit C++ functions to properly format the names. Check that the new, generic code does this, and then (hopefully) delete the old C++ code.

mpadge commented 6 years ago

ah nah, the Boston station IDs are now all mucked up and have to be fixed

mpadge commented 6 years ago

Funny that. The station table for Boston has 300 entries for 193 distinct stations, and has to stay this way so that station names given in the trip files can be properly mapped to their station IDs. All it took to fix this was the slight modification to the DBI query in this commit.

DC is all okay.