BuildingCityDashboards / bcd-dd-v2.1

MIT License
7 stars 5 forks source link

inconsistent bikes historical data #45

Open samstehle opened 5 years ago

samstehle commented 5 years ago

Bikes time series chart shows different data on the Month tab than the Day and Week tabs. month.json always seems to contain more bikes in use than day.json or week.json (the latter 2 are consistent with one another)

LiamOSullivan commented 5 years ago

This is probably due to the estimate of bikes in the system is taken from the first day of the month, which introduces a drift time see also BuildingCityDashboards/bcd-dd-v2#95

The algorithm needs to be revised

samstehle commented 5 years ago

Aha, yes I see now that those are the same issue. Thanks

LiamOSullivan commented 5 years ago

This is a bit more descriptive and could form the basis of a test case, so good to leave in place