Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 342 Bytes

此仓库不再维护,请大家移步https://github.com/TYYKJ/NC

nc区域数据提取工具

依赖安装

pip install -r requirements.txt

使用说明

修改配置文件config.yml

eg:

# 数据根目录
root_path: raw_data
# 需要提取数据的经纬度
lon: [120.5, 121]
lat: [35.0, 35.5]

运行main.py即可