I want to create a polygon from shapely points.from shapely import geometryp1 = geometry.Point(0,0)p2 = geometry.Point(1,0)p3 = geometry.
確定! 回上一頁