Repo for general 3D data manipulation and processing tools.
Python:
src/qfl3dtools: source filesio: functionality for input-output (io)visual: functionality for visualisationtransform: functionality for spatial transformations
scripts: executable scriptsnotebooks: notebook examples
Python:
-
Clone the repository locally
-
Navigate to the directory where you cloned it. Navigate to the python directory.
-
Activate a conda environment
-
Install the source code as an editable package:
pip install -e .
See the example jupyter notebook.