ropensci / bikedata

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

patch for inverted lat-lng #81

Closed tbuckl closed 6 years ago

tbuckl commented 6 years ago

this isn't a good long term fix but its something. could not find where the parsing for the files was happening as they came in.

codecov-io commented 6 years ago

Codecov Report

Merging #81 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #81      +/-   ##
=========================================
+ Coverage   79.45%   79.5%   +0.04%     
=========================================
  Files          18      18              
  Lines        2161    2166       +5     
=========================================
+ Hits         1717    1722       +5     
  Misses        444     444
Impacted Files Coverage Δ
R/stations.R 61.53% <100%> (+1.39%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ad31ae...302eaa2. Read the comment docs.

tbuckl commented 6 years ago

hey @mpadge leaving this here for posterity, but probably not a great solution.