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

morestart/ncDataProcess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

此仓库不再维护,请大家移步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即可

Releases

No releases published

Packages

No packages published

Languages