Hi everybody!
I checked out Shapely r1237 (1.1) from svn because I'd like to use the
prepared geometries, but I have an error for this simple case:

import numpy as np
from shapely.geometry.multipoint import asMultiPoint
points = np.random.random((100,2))
mp = asMultiPoint(points)
ch = mp.convex_hull
ch.exterior is None

True.

with version 1.0.12 it was working.

Is there something that I'm missing?

Thanks and regards

Mario
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to