.gitignore
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
requirements-dev.txt
requirements.txt
setup.py
.github/dependabot.yml
.github/workflows/build_docs.yml
.github/workflows/pypi-publish.yml
.github/workflows/test.yml
docs/Makefile
docs/basic_usage.ipynb
docs/conf.py
docs/index.rst
docs/make.bat
geo3d/__init__.py
geo3d/auxiliary.py
geo3d/geometry.py
geo3d/units.py
geo3d.egg-info/PKG-INFO
geo3d.egg-info/SOURCES.txt
geo3d.egg-info/dependency_links.txt
geo3d.egg-info/requires.txt
geo3d.egg-info/top_level.txt
profiling/speed_tests.ipynb
tests/conftest.py
tests/test_frame.py
tests/test_transform.py