Skip to main content

A python package for performing geometric calculations in 3D

Project description

pypi Test package

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
  • fit planes to points

Requires Python 3.7 or up .

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.

If a coverage report should be generated, run

python -m coverage run -m pytest

Building the docs

The documentation can be built from the .ipynb documents in the /docs folder by running

make html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geo3d-1.2.0.tar.gz (31.6 kB view hashes)

Uploaded Source

Built Distribution

geo3d-1.2.0-py3-none-any.whl (18.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page