# cartopy_trial **Repository Path**: kevinqqnj/cartopy_trial ## Basic Information - **Project Name**: cartopy_trial - **Description**: 使用地图工具,给出经纬度,画出受影响的中国省份,(比如台风经过的path、各省经济问题热点图。。。) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2018-04-23 - **Last Updated**: 2021-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##使用地图工具,给出经纬度,画出受影响的中国省份 1. 安装 cartopy: 我使用的是 Anaconda2,自带常用包和环境管理 conda install -c scitools cartopy 下载详细地图:http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip 解压到:c:\Users\《用户》\.local\share\cartopy\shapefiles\natural_earth\cultural\ 2. 给定一个画图区域,比如全中国 3. 给定一个经纬度List,表示台风移动的路径 4. 程序会高亮出哪些省份受影响了 ![image](http://img.blog.csdn.net/20160530092343763?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center) ![image](http://img.blog.csdn.net/20160527145002675?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast)