from shapely.geometry import LineString sf2 = shapefile.Reader("Road OSM.shp") roads = [] road_data = [] for road in sf2.shapeRecords():
確定! 回上一頁