- 积分
- 17526
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-6-7
- 最后登录
- 1970-1-1
|
发表于 2020-6-23 15:55:13
|
显示全部楼层
这个缺少countour,应该怎么修改
runfile('E:/precipitation_test/tem_test.py', wdir='E:/precipitation_test')
Traceback (most recent call last):
File "E:\precipitation_test\tem_test.py", line 94, in <module>
clip = maskout.shp2clip(ct,ax,m,'E:/precipitation_test/Tibet_shps/tibet_shp/xizang_all',['Shannan','Lasha','Rikaze','Changdu','Linzhi','Naqu','Ali'])
File "E:\precipitation_test\maskout.py", line 32, in shp2clip
countour.set_clip_path(clip)
NameError: name 'countour' is not defined |
|