museado/geonames-data
GeoNames Authority Data GeoNames authority SQLite databases for countries, administrative areas, and country-specific populated places. Files File Contents Rows Size ad.sqlite Andorra cities 72 77.82 kB ae.sqlite United Arab Emirates cities 2406 1.04 MB af.sqlite Afghanistan cities 32572 25.80 MB ag.sqlite Antigua and Barbuda cities 190 102.40 kB ai.sqlite Anguilla cities 45 49.15 kB al.sqlite Albania cities 4447 2.25 MB am.sqlite Armenia… See the full description on the dataset page: https://huggingface.co/datasets/museado/geonames-data.
GeoNames Authority Data
GeoNames authority SQLite databases for countries, administrative areas, and country-specific populated places.
Files
Publishing
Suggested Hugging Face dataset id:
museado/geonames-data
Sample Rows
geo.sqlite country
sqlite3 -header -column geo.sqlite "select * from country limit 3;"geoname_id iso2 iso3 iso_numeric fips name capital area population continent tld currency_code currency_name phone postal_format postal_regex languages neighbors
---------- ---- ---- ----------- ---- ------- --------- ------ ---------- --------- --- ------------- ------------- ----- ------------- ----------------- -------------------- -----------
49518 RW RWA 646 RW Rwanda Kigali 26338 12301939 AF .rw RWF Franc 250 rw,en-RW,fr-RW,sw TZ,CD,BI,UG
51537 SO SOM 706 SO Somalia Mogadishu 637657 15008154 AF .so SOS Shilling 252 @@ ##### ^([A-Z]{2}\d{5})$ so-SO,ar-SO,it,en-SO ET,KE,DJ
69543 YE YEM 887 YM Yemen Sanaa 527970 28498687 AS .ye YER Rial 967 ar-YE SA,OM geo.sqlite admin1
sqlite3 -header -column geo.sqlite "select * from admin1 limit 3;"geoname_id code country_code admin1_code name ascii_name
---------- ----- ------------ ----------- --------------- ---------------
50360 SO.20 SO 20 Woqooyi Galbeed Woqooyi Galbeed
51230 SO.19 SO 19 Togdheer Togdheer
51966 SO.14 SO 14 Lower Shabeelle Lower Shabeellegeo.sqlite admin2
sqlite3 -header -column geo.sqlite "select * from admin2 limit 3;"geoname_id code country_code admin1_code admin2_code name ascii_name
---------- ----------- ------------ ----------- ----------- ----------------- -----------------
6550 IR.42.6550 IR 42 6550 Dāvarzan Davarzan
28354 IR.10.28354 IR 10 28354 Darrehshahr Darrehshahr
65061 SO.09.65061 SO 09 65061 Degmada Badhaadhe Degmada Badhaadheus.sqlite city
sqlite3 -header -column us.sqlite "select * from city limit 1;"geoname_id name ascii_name alternate_names latitude longitude feature_class feature_code country_code admin1_code admin2_code population timezone modification_date
---------- -------- ---------- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -------- --------- ------------- ------------ ------------ ----------- ----------- ---------- ------------ -----------------
4045510 Amchitka Amchitka AHT,Amchitka,Amcitka,Amčitka,Isla Amchitka,a mu qi te ka dao,amshytka,amuchitoka dao,Амчитка,אמציטקה,أمشيتكا,アムチトカ島,阿姆奇特卡島 51.56722 178.8775 P PPL US AK 016 0 America/Adak 2010-01-30 Bundle Usage
./admin download
./admin build --force
./admin metadataThe SQLite file is intended to be fetched by survos/geonames-bundle and queried locally through the bundle's runtime lookup service.
