A Python wrapper to Qhull (http://www.qhull.org/) for the computation of the convex hull, Delaunay triangulation and Voronoi diagram
Project description
pyhull is a Python wrapper to Qhull (http://www.qhull.org/) for the computation of the convex hull, Delaunay triangulation and Voronoi diagram. It is written as a Python C extension, with both high-level and low-level interfaces to qhull.
Currently, there is no effective port of the qhull algorithm, especially for higher dimensions. While isolated packages exist for up to 3D convex hulls, no effective package exist for higher dimensions. The only other known code which supports convex hulls in higher dimension is the scipy.spatial package, but that code is extremely inefficient compared to the original Qhull in C. Pyhull is much faster than the scipy.spatial package.
For more details, please visit the pyhull GitHub page at https://github.com/shyuep/pyhull or the documentation page at http://packages.python.org/pyhull/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyhull-1.2.tar.gz
.
File metadata
- Download URL: pyhull-1.2.tar.gz
- Upload date:
- Size: 297.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 388620cc47771a50d65b2df14116ef8118a2301595e375d99137c3f95955da1a |
|
MD5 | 6c30607ef9f200cbdb0b1259ee24ab1c |
|
BLAKE2b-256 | bc0c196022dc7a6c685091cc78513afb74a2335c6c8edc2f790362ce89288c18 |
File details
Details for the file pyhull-1.2-py2.7-macosx-10.8-intel.egg
.
File metadata
- Download URL: pyhull-1.2-py2.7-macosx-10.8-intel.egg
- Upload date:
- Size: 331.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8637e9b3c7387cc6664e3f670b8c9f36291195b30ea55b0256e4ac88eb2d02c5 |
|
MD5 | e1206982f5e1f65483603581e9d0a42a |
|
BLAKE2b-256 | d5bdde3af06f922b9e50142489b47faea0c328943810e8b48904fc2eede277e2 |