A performant python Geodesic Dome library developed for the University of Sydney capstone unit
Project description
Geodesic Dome
Geodome is a python library that enables users to manipulate a 3D geodesic dome. The library provides the capability for users to store data in vertices and manipulate the overall structure of the dome. There are options to tessellate the entire dome, partially tessellate the dome and find neighbouring vertices. The library provides various powerful commands to enable these functions through a user-facing class wrapper.
The library prioritises efficiency by compiling through Numba.
Installation
To install our library please use the following command:
$ pip install geodome
Basic Usage
An example of how to instantiate a Geodesic Dome class can be found below:
from geodome import GeodesicDome
gd = GeodesicDome()
# Futher operations here
Documentation for the available class wrapper and its related methods can be found here.
This python library was created as a University of Sydney capstone unit under the direction of the School of Computer Science
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geodome-1.0.0.tar.gz.
File metadata
- Download URL: geodome-1.0.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c4b1262b558d3641d3a93502fe0314aa860b6ccd987b36720dfc4a42f148d44
|
|
| MD5 |
0aa4c199afe4eca749d757fdc0ceaacc
|
|
| BLAKE2b-256 |
9712a75cc21decea82e14e7508aeea0945b9b6f69d2332d36728e1570fd6bbe1
|
File details
Details for the file geodome-1.0.0-py3-none-any.whl.
File metadata
- Download URL: geodome-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3cc9544f545636ed29cb703c1636b2c75d1bf84607ad0592f4bc44f581e7c62
|
|
| MD5 |
cf1792a0e193bab4f1f23142a5f07274
|
|
| BLAKE2b-256 |
79ea3443e5659211f407b2f3866682b7c29f68b63f5edf6ba414fc22108ba821
|