pybikes icon indicating copy to clipboard operation
pybikes copied to clipboard

api to load stations based on location

Open MichalPP opened this issue 7 years ago • 2 comments

I try to make a bikesharing router, demo here (I try to mimic OSRM backend, so any js library working with osrm will work)

currently, I download all data every several minutes, store them in my postgis DB and run the service. which is little bit not efficient.

do you have an api which would return a json of all stations around a lat/lon point (with a custom limit in meters and bikesharing companies)? if you store data in postgresql/postgis, it's very easy to make.

MichalPP avatar Jan 14 '18 14:01 MichalPP

@eskerda do you think this is doable?

MichalPP avatar Oct 03 '18 07:10 MichalPP

@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

eskerda avatar Oct 03 '18 10:10 eskerda

Unrelated to pybikes

eskerda avatar Jan 02 '24 19:01 eskerda