Why not ask your question on the new OpenStreetMap Community Forum?

Hi, I need a full hierarchy of all address keys.

In https://wiki.openstreetmap.org/wiki/Nominatim#Hierarchy few keys only present in the hierarchy.

EDIT: I need to exactly know the tag or key names associated with each of the subdivision values present here : https://wiki.openstreetmap.org/wiki/Tag:boundary=administrative#10_admin_level_values_for_specific_countries

asked 07 May '18, 09:10

Rajavelu_M's gravatar image

Rajavelu_M
253454858
accept rate: 33%

edited 07 May '18, 13:31

1

Do you mean you need a reverse geo-coding engine that returns "all" address keys? Or?

Naturally "all" address keys are rarely in use in the real world, so most of the time most of them are going to be empty see https://wiki.openstreetmap.org/wiki/Key:addr

(07 May '18, 10:24) SimonPoole ♦
1

Address formats vary by country. Do you have any country/ies in mind?

(07 May '18, 10:41) rorym

I need the hierarchy of 'all' possible addres keys. For example to below address i hope the hierarchy is countrycode>country>postalcode>state>state_district>hamlet>city_district>suburb>neighbourhood>road

  "road":"3rd Street",
  "neighbourhood":"F Block",
  "suburb":"Ward 101",
  "city_district":"Zone 8 Anna Nagar",
  "hamlet":"Kaveri Rangan Colony",
  "state_district":"Chennai district",
  "state":"Tamil Nadu",
  "postcode":"600102",
  "country":"India",
  "country_code":"in"
(07 May '18, 13:09) Rajavelu_M

@rorym: I need to create the hierarchy for all countries, is there a generic way possible ? Or is there a meta-admin-level info based on country, i.e the sub-divisions address keys to a country ?

(07 May '18, 13:36) Rajavelu_M
Be the first one to answer this question!
toggle preview

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:

×706
×201
×14

question asked: 07 May '18, 09:10

question was seen: 1,684 times

last updated: 07 May '18, 13:36

powered by OSQA