Skip to content
Jesús Carabaño edited this page Feb 22, 2017 · 4 revisions

Welcome to the map wiki!

Other sections than Hillshade and Statistics are currently empty.

Requirements

This project has been developed and tested with:

  • Python 2.7, CPython implementation
  • OpenCL 1.2, Intel and AMD implementations
  • GCC C++ compiler, any version with c++11 support

Other compilers / OpenCl drivers are probably compatible, but have not been tested.

Build

Note: this is a research project and the code is only a MVP for testing our research hypothesis. If you still wish to continue: download the source, install the requirements and build with make:

make library && cd python
python hill.py input-raster.tif output-raster.tif > log.txt
Clone this wiki locally