A flexible 3D Spatial Reasoning library in Python
create a virtual env.
python -m venv venv
activate env
. ./venv/bin/activate
install all packages:
python -m pip install requirements.txt
See Docu on SpatialReasoner in separate repository.
Package manager
Tests and Visualizations
python tests/test.py
To check the coverage install the coverage package:
pip install coverage
run the following command:
coverage report -m
See LICENSE file.