eskerda
eskerda
The gbfs parser is ignoring stations that have the is_installed flag set to 0. I think we should not ignore them. See: https://github.com/eskerda/pybikes/issues/368
I think many have disappeared / do no longer exist. Check domoblue feeds, remove the ones that report "no electricity", no stations, or that just err.
https://github.com/eskerda/pybikes/pull/274 removed some working networks. Try to get the ones that have since been deleted, like https://github.com/eskerda/pybikes/pull/275
http://bike.meran.eu/
Lots of feeds on domoblue seem inactive. Check which are inactive for the season and which ones have actually cease to exist. http://www.onroll.info/p/mapa.html https://github.com/eskerda/pybikes/pull/201
https://www.readybike.co.uk/
Currently id outputs an... md5 of the pair lat / lng. That's not an id, that's a hash (could be useful to identify uniqueness or to run a search, as...
This change allows helpers to extend busted functionality by exposing its internals. That's the only way I found to add new blocks, happy to discuss alternatives. See [eskerda/busted-flaky](https://github.com/eskerda/busted-flaky) for an...