Open lorenzoridolfi opened 5 years ago
For me 3D wasn't working. I got the following error:
File "D:...\alphashape\alphashape.py", line 75, in alphashape
for ia, ib, ic in tri.vertices:
ValueError: too many values to unpack (expected 3)
It is in fact made for up to three dimension although the optimization feature is not supported in three dimensions.
The documentation is not clear if the package is only two dimensional or N-dimensional. All examples are also in two-dimensions, not helping again to understand if more than two dimensions are supported. It should be stated at the beginning of the documentation if the package is N-dimensional or only two-dimensional.