https://github.com/geoyee/china-four-data
中国四级标准行政区划
https://github.com/geoyee/china-four-data
area china json
Last synced: 7 months ago
JSON representation
中国四级标准行政区划
- Host: GitHub
- URL: https://github.com/geoyee/china-four-data
- Owner: geoyee
- Created: 2022-05-25T09:41:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T09:59:15.000Z (over 3 years ago)
- Last Synced: 2025-01-17T13:20:31.897Z (9 months ago)
- Topics: area, china, json
- Homepage:
- Size: 254 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# china-four-data
中国四级标准行政区划。## 数据格式:
``` json
{
"中华人民共和国": [
{
"河北省": [
{
"石家庄市": [
{
"新华区": [
"合作路街道",
"天苑街道",
"北苑街道",
"东焦街道",
...
]
}
]
},
{
"邯郸市": [
{
...
}
]
}
]
},
{
"福建省": [
{
...
}
]
},
...
]
}
```## 数据来源:
[百度地图行政区划adcode映射表【更新至21年04月】](https://mapopen-pub-webserviceapi.bj.bcebos.com/geocoding/Township_Area_A_202104.xlsx)