# china-geoJson **Repository Path**: liuweiyibai/china-geoJson ## Basic Information - **Project Name**: china-geoJson - **Description**: 获取中国所有省市区、县的geoJson数据 - **Primary Language**: Python - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 4 - **Created**: 2019-12-12 - **Last Updated**: 2023-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 爬取中国的地图 json 数据 ## 如何使用 ```bash python -m venv .venv # 创建虚拟环境 source .venv/bin/activate pip install -r requirement.txt python ./run.py # 启动任务 ```