Ellon / atlaas

digital terrain modeling library

Home Page:https://git.io/atlaas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATLAAS

digital terrain modeling library

[Build Status] (https://travis-ci.org/pierriko/atlaas) [DOI] (http://dx.doi.org/10.5281/zenodo.15485)

youtube

INSTALL

First, install gdalwrap, then

git clone http://trac.laas.fr/git/atlaas && 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

About

digital terrain modeling library

https://git.io/atlaas


Languages

Language:C++ 48.2%Language:Python 35.0%Language:CMake 7.2%Language:Shell 4.4%Language:JavaScript 3.0%Language:HTML 2.0%Language:Makefile 0.2%