Skip to content

Commit

Permalink
Update 2022年03月(#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 22, 2022
1 parent 0fcb5dd commit bb3417a
Show file tree
Hide file tree
Showing 22 changed files with 422,387 additions and 406,366 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
"private": true,
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"scripts": {
"start": "yarn workspace province-city-china start",
"get:town": "yarn workspace province-city-china get:town",
"start": "npm run get && npm run check && npm run get:town && npm run sql && npm run level && npm run copy",
"": "------------获取<省市区>数据---------------------------",
"get": "yarn workspace province-city-china get",
"create:province:city": "yarn workspace province-city-china create:province:city",
"create:level": "yarn workspace province-city-china create:level",
"create:data:json:csv": "yarn workspace province-city-china create:data:json:csv",
"compress": "yarn workspace province-city-china compress",
"copy": "node scripts/index.js"
"②": "------------检查<区>数据------------------------------",
"check": "yarn workspace province-city-china check",
"③": "------------获取<街道>数据-----------------------------",
"get:town": "yarn workspace province-city-china get:town",
"④": "------------生成<SQL><省市区(data.json)>数据-----------",
"sql": "yarn workspace province-city-china sql",
"⑤": "------------重新生成新的<层级>数据----------------------",
"level": "yarn workspace province-city-china level",
"⑥": "------------数据拷贝到各个<包>中------------------------",
"copy": "yarn workspace province-city-china copy"
},
"workspaces": [
"packages/*"
Expand All @@ -20,8 +25,5 @@
"url": "https://github.com/uiwjs/province-city-china.git"
},
"author": "Kenny Wong <wowohoo@qq.com>",
"license": "MIT",
"dependencies": {
"fs-extra": "10.0.0"
}
"license": "MIT"
}
19 changes: 11 additions & 8 deletions packages/core/dist/area.csv
Original file line number Diff line number Diff line change
Expand Up @@ -758,13 +758,12 @@ code,name,province,city,area
320582,张家港市,32,05,82
320583,昆山市,32,05,83
320585,太仓市,32,05,85
320602,崇川区,32,06,02
320611,港闸区,32,06,11
320612,通州区,32,06,12
320613,崇川区,32,06,13
320614,海门区,32,06,14
320623,如东县,32,06,23
320681,启东市,32,06,81
320682,如皋市,32,06,82
320684,海门市,32,06,84
320685,海安市,32,06,85
320703,连云区,32,07,03
320706,海州区,32,07,06
Expand Down Expand Up @@ -914,7 +913,7 @@ code,name,province,city,area
340207,鸠江区,34,02,07
340209,弋江区,34,02,09
340210,湾沚区,34,02,10
340211,繁昌区,34,02,11
340212,繁昌区,34,02,12
340223,南陵县,34,02,23
340281,无为市,34,02,81
340302,龙子湖区,34,03,02
Expand Down Expand Up @@ -1551,11 +1550,11 @@ code,name,province,city,area
421002,沙市区,42,10,02
421003,荆州区,42,10,03
421022,公安县,42,10,22
421023,监利县,42,10,23
421024,江陵县,42,10,24
421081,石首市,42,10,81
421083,洪湖市,42,10,83
421087,松滋市,42,10,87
421088,监利市,42,10,88
421102,黄州区,42,11,02
421121,团风县,42,11,21
421122,红安县,42,11,22
Expand Down Expand Up @@ -1868,8 +1867,8 @@ code,name,province,city,area
450328,龙胜各族自治县,45,03,28
450329,资源县,45,03,29
450330,平乐县,45,03,30
450381,荔浦市,45,03,81
450332,恭城瑶族自治县,45,03,32
450381,荔浦市,45,03,81
450403,万秀区,45,04,03
450405,长洲区,45,04,05
450406,龙圩区,45,04,06
Expand Down Expand Up @@ -2198,7 +2197,7 @@ code,name,province,city,area
520181,清镇市,52,01,81
520201,钟山区,52,02,01
520203,六枝特区,52,02,03
520221,水城县,52,02,21
520204,水城区,52,02,04
520281,盘州市,52,02,81
520302,红花岗区,52,03,02
520303,汇川区,52,03,03
Expand Down Expand Up @@ -2841,4 +2840,8 @@ code,name,province,city,area
659007,双河市,65,90,07
659008,可克达拉市,65,90,08
659009,昆玉市,65,90,09
659010,胡杨河市,65,90,10
659010,胡杨河市,65,90,10
659011,新星市,65,90,11
460321,西沙群岛,46,03,21
460322,南沙群岛,46,03,22
460323,中沙群岛的岛礁及其海域,46,03,23
Loading

0 comments on commit bb3417a

Please sign in to comment.