Deutsch
Germany.ruФорумы → Архив Досок→ Программирование

Как сделать поиск

18.02.14 14:33
Re: Как сделать поиск
 
  Posmotrim знакомое лицо
Posmotrim
в ответ ramira 18.02.14 14:03
http://download.geonames.org/export/zip/DE.zip
The data format is tab-delimited text in utf8 encoding, with the following fields :
country code : iso country code, 2 characters
postal code : varchar(20)
place name : varchar(180)
admin name1 : 1. order subdivision (state) varchar(100)
admin code1 : 1. order subdivision (state) varchar(20)
admin name2 : 2. order subdivision (county/province) varchar(100)
admin code2 : 2. order subdivision (county/province) varchar(20)
admin name3 : 3. order subdivision (community) varchar(100)
admin code3 : 3. order subdivision (community) varchar(20)
latitude : estimated latitude (wgs84)
longitude : estimated longitude (wgs84)
accuracy : accuracy of lat/lng from 1=estimated to 6=centroid


 

Перейти на