sf = shapefile.Reader("res2_4m.shp")
records = sf.records()
print sf.fields
for record in records:
    print record[6]

 

相关文章: