python读取shp
摘要:
sf = shapefile.Reader("res2_4m.shp") records = sf.records() print sf.fields for record in records: print record[6] 阅读全文
posted @ 2018-03-28 11:33 米仓山下 阅读(1020) 评论(0) 推荐(0) 编辑
posted @ 2018-03-28 11:33 米仓山下 阅读(1020) 评论(0) 推荐(0) 编辑
posted @ 2018-03-28 11:17 米仓山下 阅读(286) 评论(0) 推荐(0) 编辑