Created
April 12, 2014 23:20
-
-
Save dwyerk/10561690 to your computer and use it in GitHub Desktop.
concave hulls using shapely and scipy
Yeah looks like it scipy/scipy@99cc995
Switch to tri.simplices
Yeah looks like it scipy/scipy@99cc995
Switch to tri.simplices
That fixed it. Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the error "AttributeError: 'Delaunay' object has no attribute 'vertices'"
Is the
.vertices
method deprecated for Delaunay?