I want to create a polygon from shapely points.
from shapely import geometry p1 = geometry.Point(0,0) p2 = geometry.Point(1,0) p3 = geometry.Point(1,1) p4 =
In version 1.7a2 they have fixed this.
1.7a2
The code in question will just work.
Link to CHANGES.txt