A python package for performing geometric calculations in 3D
Project description
geo3d
A python package for performing geometric calculations in 3D. It allows to
- find coordinate system transformations between frames
- transform points and vectors
- express points and vectors in different frames
- create frames from primary and secondary axes vectors
- align two point groups by minimizing point-to-point distances
Installation
To install the module and its core requirements, run
pip install --user -e .
within the base directory.
To install all requirements, including the ones for unit testing and documentation.
pip install --user -e .[dev]
Usage
Instructions on basic usage can be found in the jupyter notebook in /docs
,
which are also deployed to himbeles.github.io/geo3d.
Testing
Unit tests can be run using
pytest -s
in package root.
Building the docs
The documentation can be built from the .ipynb
documents in the /docs
folder by running
make html
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 geo3d-0.7.5.tar.gz
.
File metadata
- Download URL: geo3d-0.7.5.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70b1e204b7e4c443cb59d9fd0d35a7e4200789e9d0d9d9e97d5cce3bc7527356 |
|
MD5 | e69d5bb0811c73637132711bef44ae61 |
|
BLAKE2b-256 | 4f3a461671e929b7def5d92dad3dd41152076d262abb6a28d2f68f0d5401c1c6 |
File details
Details for the file geo3d-0.7.5-py3-none-any.whl
.
File metadata
- Download URL: geo3d-0.7.5-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79288588c2b1acb765561b08e21cd1c10a4deb8ee5b704a5ac75cd2295dc3f47 |
|
MD5 | 91bd2fe917f30fda7479ef71a32068de |
|
BLAKE2b-256 | baeaa46ceb0b71dcd70c75c709c4cbc6d3eb53906f5ac90e02061b2ef10f27b3 |