eskerda
eskerda
> In my city there is one provider with stations, and three providers that only have free bikes. As far as I can see only the provider with stations is...
@MichalPP it's doable but requires some (very possible) changes on our current infrastructure. Can't give you an estimate on when it's going to be possible though
> To get the "Rückgabezonen"(stations) you GET from https://mobility.2denker.de/zones?lat=52.530193&lon=13.405443&dist=784&tags=call-a-bike with header Authorization with value Basic bW9iaWxpdHk6MmRtb2JpbGl0eQ==. Here you get this nice JSON: The part inside `location` looks like a geojson...
> The Lidl Bike "Rückgabezone" (stations) are broken on the website. Right now it mixes bikes and stations together as one data type. The app is better, I will look...
Changed the name of the issue to reflect the update by https://github.com/eskerda/pybikes/pull/246#discussion_r119306174 > swoker 2 days ago > Hi, I'm from the IT of Deutsche Bahn Connect who's the operator...
index of networks (paginates) ``` curl --header "Authorization: Bearer " https://api.deutschebahn.com/flinkster-api-ng/v1/areas\?providernetwork\=2\&limit\=10 | json_reformat | less ``` ``` { "href": "https://api.deutschebahn.com/flinkster-api-ng/v1/areas?providernetwork=2&limit=10", "offset": 0, "limit": 10, "size": 781, "items": [ { "href":...
Info about a network, note the `expand` to avoid having to call each object ``` curl --header "Authorization: Bearer " https://api.deutschebahn.com/flinkster-api-ng/v1/bookingproposals\?providernetwork\=2\&lat\=50.11095\&lon\=8.66734\&expand\=rentalobject\&limit\=10 | json_reformat ``` ``` { "href": "https://api.deutschebahn.com/flinkster-api-ng/v1/bookingproposals?providernetwork=2&lat=50.11095&lon=8.66734&expand=rentalobject&limit=10", "offset": 0,...
Actually, I see no clear way (yet) to get a list of services. After paginating through all resources on `/areas` and generating a geojson, this is the result: https://gist.github.com/eskerda/29eb7eec27fb662a2eb81c9d365e0ba7 The...
Hello @ANDREASBCA , we currently collect the data from this endpoint: http://www.bicincitta.com/citta_v3.asp?id=58&pag=2 Is there another map with the correct positions?