Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 771 Bytes

File metadata and controls

33 lines (22 loc) · 771 Bytes

QFL_3Dtools

Repo for general 3D data manipulation and processing tools.


Repo organization

Python:

  • src/qfl3dtools: source files
    • io: functionality for input-output (io)
    • visual: functionality for visualisation
    • transform: functionality for spatial transformations
  • scripts: executable scripts
  • notebooks: notebook examples

Installation

Python:

  1. Clone the repository locally

  2. Navigate to the directory where you cloned it. Navigate to the python directory.

  3. Activate a conda environment

  4. Install the source code as an editable package:

    pip install -e .
    

Using this repo

See the example jupyter notebook.