eskerda / pybikes

bike sharing + python = pybikes
https://citybik.es
GNU Lesser General Public License v3.0
559 stars 169 forks source link

Empty networks (no station in stations list) #475

Closed Altonss closed 1 year ago

Altonss commented 2 years ago

Empty networks :

eskerda commented 2 years ago

See full report of networks returning no stations at https://github.com/eskerda/pybikes/actions/runs/2789411405#summary-7651901142 (ignore feeds that have authentication like Cyclocity as these are not working on the CI yet)

Altonss commented 2 years ago

See full report of networks returning no stations at https://github.com/eskerda/pybikes/actions/runs/2789411405#summary-7651901142 (ignore feeds that have authentication like Cyclocity as these are not working on the CI yet)

That's great, thank you!

Altonss commented 2 years ago

Ecobici ba seems to fail on CI, but somehow the feed is working (at least sometimes). If needed we could change the endpoint to #496

eskerda commented 2 years ago

ecobici needs auth, so it is failing on CI

Altonss commented 2 years ago

but this one is only a gbfs feed I think...

eskerda commented 2 years ago

https://github.com/eskerda/pybikes/blob/master/pybikes/ecobici_ba.py

eUgEntOptIc44 commented 1 year ago

@Altonss

updates on your list:

[^1]: also see my script at https://gist.github.com/eUgEntOptIc44/4b4c808a0f1f10835f92b9482d7b2bfe for further insights into my method to validate the raw data

eskerda commented 1 year ago

I have marked all tasks done, by either fixing them, or creating new issues.