triskele/Readme.md

761 B

TRISKELE -- Unofficial Python wrapper

This work is based on TRISKELE from OBELIX. It's a a dumb, raw, work in progress prototype. In early access. Brace yourself.

Dependencies

  • TRISKELE: make, gcc, boost-libs, intel-tbb, gdal
  • Python wrapper: python-pip, python-gdal

Setup

First, clone the project.

git clone https://git.normalized.xyz/Florent/Triskele.git

Then compile TRISKELE to get the apGenerator binary.

cd Triskele
make -f MakefileNoOTB -j8 apGenerator

Finally, install triskele python in develop mode.

cd python
pip install -e .

Usage

import triskele

See example in this linked Notebook.