We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! 5 级区域应该是从: province > city> conty> town> village 吧。 不知道你在爬取数据的时候有没有发现,在广东 东莞等城市下面,直接由 city 直接变成了 town,期间少了 conty 区/县这一等级。 你是把这一部分乡镇地区,直接放入了 区县这一等级下面吧。 所以最终获取到的 区县 数据,并没有达到 3215, 只有 3133。
The text was updated successfully, but these errors were encountered:
东莞是没有区县的,它就是直接下辖镇一级的,所以东莞的镇也相当于县了
Sorry, something went wrong.
补充一下 东莞 三亚 嘉峪关 中山 都是没有区县的
海南也是一样
No branches or pull requests
Hi!
5 级区域应该是从: province > city> conty> town> village 吧。
不知道你在爬取数据的时候有没有发现,在广东 东莞等城市下面,直接由 city 直接变成了 town,期间少了 conty 区/县这一等级。
你是把这一部分乡镇地区,直接放入了 区县这一等级下面吧。
所以最终获取到的 区县 数据,并没有达到 3215, 只有 3133。
The text was updated successfully, but these errors were encountered: