NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Is there a easy way to extract data as it's showed on:

http://nominatim.openstreetmap.org/details.php?place_id=100045

to get: Name with all translations / alternate names lat/lng administrative country

I need the similar data as provided by Geonames but I like the quality of OSM much more, it provide very well translations and take care about various cyrillic charsets.

Which would be the best workaround? For now I see this way: -> import to postgresql -> extract needed data -> import to mysql -> index with elasticsearch

How I can catch the different levels town > administrative > country?

What role has place_id (place_id=100045) with the data?

asked 28 May '12, 20:30

Nenad1's gravatar image

Nenad1
11112
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×83
×15

question asked: 28 May '12, 20:30

question was seen: 1,957 times

last updated: 28 May '12, 20:30

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum