GithubHelp home page GithubHelp logo

zwniux / country-info Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wyq2214368/country-info

0.0 0.0 0.0 276 KB

国家-中文名-英文名-经纬度坐标-国旗emoji字符🇨🇳数据集

License: MIT License

country-info's Introduction

世界各国基本信息数据集

截止2019年,世界上共有233个国家和地区,其**家有195个,地区有38个

此项目是根据业务需要整理的各个国家的中文名、英文名、字母缩写、经纬度、国旗emoji字符🇨🇳、国旗png图片等,共计 117 个国家

【在github上找了一圈,没有符合期望的数据,于是结合3个github的开源项目的信息,整理出的一份集合】

基本格式如下:

[
    {
        "code": 86, //地区码
        "tw": "中國", //繁体中文名
        "en": "China", //英文名
        "locale": "CN", //缩写
        "zh": "**", //简体中文名
        "lat": 35.86166, //纬度 latitude
        "lng": 104.195397, //经度 longitude
        "emoji": "🇨🇳" //emoji字符
    },
    {
        "code": 244,
        "tw": "安哥拉",
        "en": "Angola",
        "locale": "AO",
        "zh": "安哥拉",
        "lat": -9.3005898,
        "lng": 14.9134098,
        "emoji": "🇦🇴"
    },
    {
        "code": 93,
        "tw": "阿富汗",
        "en": "Afghanistan",
        "locale": "AF",
        "zh": "阿富汗",
        "lat": 34.352865,
        "lng": 62.20402869999999,
        "emoji": "🇦🇫"
    },
    ...

]

共享出来,希望对大家有帮助。

  • 如果对您有帮助,欢迎star
  • 如果您有补充,欢迎提merge

country-info's People

Contributors

wyq2214368 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.