Skip to content

Full Country-Regions relations listed in ISO_3166-2 with currency and timezone

Notifications You must be signed in to change notification settings

MabrianOfficial/ISO_3166-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

#ISO_3166-2 World Regions This file pretends to merge data from several data sources (openweathermap, wikipedia, etc) to centralize all country-wide locations and miscellaneous data in one file.

The data structure looks like this:

{
  "country_code" (ISO_3166-1) : {
    "name": String,
    "currency" (ISO_4217): String,
    "regions" : [
        {
          "code" (ISO_3166-2) : String,
          "name"      : String,
          "latitude"  : Float,
          "longitude" : Float,
          "timezone"  : String,
          "openweathermap_city_id" : Integer
        },
        ...
    ]
  },
...
}

About

Full Country-Regions relations listed in ISO_3166-2 with currency and timezone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published