I need to get the adresses of all the city of Geneva. Someone can help me? J'ai besoin des adresses de bus de la ville de Genève. Quelqu'un peut m'aider?
This question is marked "community wiki".
asked 12 Nov '13, 09:04 Jack_sparoow
showing 5 of 6
show 1 more comments
|
I'm not aware of a ready-to-use software capable of obtaining the information you are asking for. But you can create such a software or a script yourself. First you have to get all bus stops in Genève, for example by using the Overpass API with the following query:
You can view the result for this example query on overpass turbo. The second step is to parse the result and generate a Nominatim reverse geocoding query for each bus stop by specifying the osm_type and osm_id parameters. Example result for bus stop with ID 368182989. But when doing this you have to comply with Nominatim's usage policy or use MapQuest's Nominatim instance or install a local instance. answered 12 Nov '13, 15:33 scai ♦ Thank you, I am going to try!
(12 Nov '13, 15:43)
Jack_sparoow
|
You mean "the bus stations of the city of Geneva" ? You mean "the address" like a house number (the nearest) and street name or the bus station names ?
Yes I want to mean the exactly address from the bus station. With the number and the street name :) But they have like 1000 bus stops. I want to take reference for openstreetmap you know?
The bus stations in Geneva have house numbers?
No but it's ok with the nearest house number. Do you think it's possible?
Yes this is possible. But it would require a separate geocoding query to Nominatim for every single bus stop with a reasonable wait time between in order to comply with its usage policy.
Wich program I have to use?