利用pyshp包给shapefile文件添加字段
在已有的shapefile文件的基础上增加字段:# -*- coding:gb2312 -*-import shapefiler=shapefile.Reader(r"C:\Users\skfzh\Documents\python地理空间分析指南\第五章\5.5.4\output\NYC_MUSEUMS_UTM")w=shapefile.Writer(r"C:\Users\skf...