Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njzjz/prcadmin
统计用区划代码和城乡划分代码
https://github.com/njzjz/prcadmin
Last synced: about 1 month ago
JSON representation
统计用区划代码和城乡划分代码
- Host: GitHub
- URL: https://github.com/njzjz/prcadmin
- Owner: njzjz
- Created: 2023-11-20T04:41:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-20T18:41:21.000Z (about 1 year ago)
- Last Synced: 2024-10-13T16:47:42.345Z (2 months ago)
- Language: Python
- Size: 6.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 统计用区划代码和城乡划分代码
## 数据
[`current.csv`](current.csv)为2023年的最新数据。
[`patches`](patches)文件夹给出了2021年-2023年的历年变更,以patch文件储存。对最新数据应用patch时,需要使用`--reverse`:
```sh
git apply --reverse patches/2023.patch
```## 下载脚本
需要Python 3.9或以上版本。
```sh
pip install -r requirements.txt
python prcadmin.py -y 2023 -f 2023.csv
python sort_csv.py 2023.csv 2023_sort.csv
```## 版权声明
所有统计数据版权归国家统计局所有,根据[国家统计局网站服务条款](http://www.stats.gov.cn/wzgl/202302/t20230217_1912857.html)以资料性公共免费信息为使用目的的合理、善意引用。如二次使用,亦需遵守该网站的服务条款。
除数据以外的其它所有文件以[GNU Lesser General Public License v3.0 or later](https://spdx.org/licenses/LGPL-3.0-or-later.html)协议授权。