Python wrapper for TRISKELE
Go to file
2018-10-09 14:34:04 +02:00
cmake Ajout des modules pour CMake + du .gitignore 2018-06-11 10:42:48 +02:00
data clean data 2018-07-02 08:51:33 +02:00
documentation Correction de la correction (trop de fatigue) 2018-08-27 15:13:11 +02:00
include Correction de la correction (trop de fatigue) 2018-08-27 15:13:11 +02:00
python Add quick start Notebook 2018-09-28 13:27:41 +02:00
src Correction de ToS et monotonie des poids 2018-08-27 13:46:51 +02:00
test Correction de ToS et monotonie des poids 2018-08-27 13:46:51 +02:00
.gitignore Add *.pyc in gitignore 2018-09-12 20:35:28 +02:00
CMakeLists.txt Correction de bug sur Weigth 2018-07-10 10:29:04 +02:00
CMakeListsOTB.txt modifié : CMakeLists.txt 2018-04-02 19:25:37 +02:00
LICENSE modifié : CMakeLists.txt 2018-04-02 19:25:37 +02:00
MakefileNoOTB Correction de la correction (trop de fatigue) 2018-08-27 15:13:11 +02:00
otb-module.cmake modifié : CMakeLists.txt 2018-04-02 19:25:37 +02:00
Readme.html modifié : CMakeLists.txt 2018-04-02 19:25:37 +02:00
Readme.md Add quick start Notebook 2018-09-28 13:27:41 +02:00
Readme.txt modifié : CMakeLists.txt 2018-04-02 19:25:37 +02:00
Triskele-demo.ipynb Add quick start Notebook 2018-09-28 13:27:41 +02:00

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.