Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Geonames - Admin3 and Admin4 data

Tags:

geonames

I've downloaded the geonames data dump

The main table has admin3 and admin4 columns but there is no data dump which corresponds to the data in these columns.

Does any one know how to map the admin3 and admin4 codes with their respective place names?

like image 311
adam78 Avatar asked Sep 10 '25 23:09

adam78


1 Answers

The data is self-referencing, i.e., it contains admin1, admin2, admin3, and admin4 data. It is described in the feature code column:

feature code : see http://www.geonames.org/export/codes.html, varchar(10)

Example admin3 data is referred as PPLA3 (Poland, admin3):

  • 3080473
  • Zbójno
  • Zbojno
  • Comuna Zbojno,Comuna Zbójno,Comuna de Zbojno,Comuna de Zbójno,Gmina Zbojno,Gmina Zbujno,Gmina Zbójno,Zbojno,Zbujno,Zbójno,Збуйно,Ґміна Збуйно
  • 53.00848
  • 19.1575
  • P
  • PPLA3
  • [...]
like image 179
Dariusz Woźniak Avatar answered Sep 13 '25 21:09

Dariusz Woźniak