Gathers geography related data from different sources and merge it to different formats.
https://github.com/AshKyd/geojson-regions
Country GeoJSON with following precision:
- 10m
- 50m
- 110m
https://github.com/mledoze/countries
- area
- borders
- capital city (en only)
- latlng
- [] geo.json
- [] topo.json
- [] svg flag
- XML CLDR downloads
- JSON Github, repos structure
Main Locales
af agq ak am ar as asa ast azbas be bem bez bg bm bn bo br brx bsca ccp ce cgg chr ckb cs cu cyda dav de dje dsb dua dyo dzebu ee el en eo es et eu ewofa ff fi fil fo fr fur fyga gd gl gsw gu guz gvha haw he hi hr hsb hu hyid ig ii is itja jgo jmcka kab kam kde kea khq ki kk kkj kl kln km kn ko kok ks ksb ksf ksh kw kylag lb lg lkt ln lo lrc lt lu luo luy lvmas mer mfe mg mgh mgo mk ml mn mr ms mt mua my mznnaq nb nd nds ne nl nmg nn nnh nus nynom or ospa pl prg ps ptqurm rn ro rof ru rw rwksah saq sbp sd se seh ses sg shi si sk sl smn sn so sq sr sv swta te teo tg th ti tk to tr tt twq tzmug uk ur uzvai vi vo vunwae woxogyav yi yozgh zh zu
See complete Locale list for more details
https://github.com/unicode-cldr/cldr-core.git
-
country ISO code https://github.com/unicode-cldr/cldr-core/blob/master/supplemental/codeMappings.json
-
currency data: period of usage https://github.com/unicode-cldr/cldr-core/blob/master/supplemental/currencyData.json
-
telephone country codes https://github.com/unicode-cldr/cldr-core/blob/master/supplemental/telephoneCodeData.json
-
territory grouping (e.g. EU, UN) https://github.com/unicode-cldr/cldr-core/blob/master/supplemental/territoryContainment.json
-
info:
- population
- literacy %
- language - population % - status: official / regional official https://github.com/unicode-cldr/cldr-core/blob/master/supplemental/territoryInfo.json
-
week data:
- first day
- weekend start/end https://github.com/unicode-cldr/cldr-core/blob/master/supplemental/weekData.json
https://github.com/unicode-cldr/cldr-dates-full.git
-
Gregorian calendar:
- month
- day
- dateFormats
- timeFormats https://github.com/unicode-cldr/cldr-dates-full/blob/master/main/fr/ca-gregorian.json
-
localized capital names (timezones exemplarCity) https://github.com/unicode-cldr/cldr-dates-full/blob/master/main/fr/timeZoneNames.json
https://github.com/unicode-cldr/cldr-localenames-full.git
-
localized language names https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/fr/languages.json
-
[] localized script names https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/fr/scripts.json
-
localized territory names https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/fr/territories.json
https://github.com/unicode-cldr/cldr-numbers-full.git
- currency names, symbol https://github.com/unicode-cldr/cldr-numbers-full/blob/master/main/fr/currencies.json
Output the data for the World Geography Game project.
- List of languages with translated name
- List of translated continent name by locale
- Translated game data (country name, capital) by continent by locale
- Status (count, pct, missing) of the support of one language compared to English
- GeoJson files (generic data, nothing translated)
See revision notes for CLDR 32: http://cldr.unicode.org/index/downloads/cldr-32
Known Issues 3. Subdivision Names The draft subdivision names were imported from wikidata. Names that had characters outside of the language's exemplars were excluded for now. Names that would cause collisions were allowed, but marked with superscripted numbers. The goal is to clean up these names over time.
The targeted locale is taken from user input. The following sources use the locale in the path:
- cldr-dates-full
- cldr-localenames-full
- cldr-numbers-full
The variations are big enough not to be handled in a case by case basis.
The first part of the locale is lowercase, the second varies: az-Cyrl, en-150, en-US-POSIX...
Special thanks to the following libraries and developers!