Skip to content

PierrickKoch/atlaas

Repository files navigation

ATLAAS

digital terrain modeling library

Build Status DOI

youtube

INSTALL

First, install gdalwrap, then

git clone https://github.com/PierrickKoch/atlaas.git && cd atlaas
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/devel ..
make -j8 && make install

cf. .travis.yml

CONTRIBUTE

Code is available on GitHub at https://github.com/pierriko/atlaas

Feel free to fork, pull request or submit issues to improve the project!

STYLE

Please configure your editor to insert 4 spaces instead of TABs, maximum line length to 79, lower_case_with_underscores instead of CamelCase. Most of the rules are taken from Python PEP8

Other ideas can be found in Google Guides: Python, C++.

LICENSE

BSD 2-Clause

Copyright © 2013-2015 CNRS-LAAS