Git Product home page Git Product logo

china-regions's Introduction

China Regions

中华人民共和国县以上省市地区行政区划数据, 提供 JSON, SQL, JS (ES6), CSV 等数据格式.

本数据来自中华人民共和国民政部, 爬虫自动监测数据更新并生成新的数据文件.

最后更新于 2020-02-19. (源网页)

Intro

The People's Republic of China regions data, provide JSON, SQL, JS (ES6), CSV data format.

The data that is from Ministry of Civil Affairs of the People's Republic of China, the crawler will monitor the update of data and generate data files automatic.

Latest upated at 2020-02-19. (Source)

Structure

data
├── csv
│   ├── cities.csv
│   ├── districts.csv
│   └── provinces.csv
├── js
│   ├── regions.js 		# 省市区全部数据
│   └── regions.object.js 	# 省市区全部数据 (对象)
├── json
│   ├── cities.json
│   ├── cities.object.json
│   ├── districts.json
│   ├── districts.object.json
│   ├── provinces.json
│   ├── provinces.object.json
│   ├── regions.json 			# 省市区全部数据
│   └── regions.object.json 		# 省市区全部数据 (对象)
│   └── regions.object.flat.json 	# 省市区全部数据 (扁平对象)
│   └── regions.object.flat.full.json 	# 省市区全部数据 (扁平对象含父级)
└── sql
    ├── cities.sql
    ├── districts.sql
    ├── provinces.sql
    └── regions.sql 		# 省市区全部数据

References

china-regions's People

Contributors

acathur avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

china-regions's Issues

regions.json, 广东省-中山市, 东莞市, 缺下级

regions.json, 广东省-中山市, 东莞市, 缺下级

{
"code": "441900",
"name": "东莞市"
},
{
"code": "442000",
"name": "中山市"
},
{
"code": "445100",
"name": "潮州市",
"districts": [
{
"code": "445102",
"name": "湘桥区"
},
{
"code": "445103",
"name": "潮安区"
},
{
"code": "445122",
"name": "饶平县"
}
]
},

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.