Code Monkey home page Code Monkey logo

city-crawler's Introduction

[TOC]

省市区

从国家统计局爬区划代码

https://github.com/ALawating-Rex/AreaAndBanks 别人的git

http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/ 区划和城乡划分代码

http://www.stats.gov.cn/tjsj/tjbz/200911/t20091125_8667.html 统计用区划代码和城乡划分代码编制规则

###省(省级)(sys_province):

名称 变量名 类型 必填 说明
主键 id int 主键无意义
省行政代码 code int
省名称 name string
状态 state bit 1 启用
0 未启用

###市(地级)(sys_city):

名称 变量名 类型 必填 说明
主键 id int 主键无意义
市行政代码 code int
市名称 name string
省级行政代码 province_code int
状态 state bit 1 启用
0 未启用

###区(县级)(sys_county):

名称 变量名 类型 必填 说明
主键 id int 主键无意义
区行政代码 code int
区名称 name string
地级行政代码 city_code int
状态 state bit 1 启用
0 未启用

###街道(乡级)(sys_town):

名称 变量名 类型 必填 说明
主键 id int 主键无意义
街道行政代码 code int
街道名称 name string
县级行政代码 county_code int
状态 state bit 1 启用
0 未启用

###社区(村级)(sys_village):

名称 变量名 类型 必填 说明
主键 id int 主键无意义
社区行政代码 code int
社区名称 name string
乡级行政代码 town_code int
状态 state bit 1 启用
0 未启用

city-crawler's People

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.