digital terrain modeling library
[] (https://travis-ci.org/pierriko/atlaas) [] (http://dx.doi.org/10.5281/zenodo.15485)
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
Code is available on GitHub at https://github.com/pierriko/atlaas
Feel free to fork, pull request or submit issues to improve the project!
- https://github.com/pierriko/atlaas/fork
- https://github.com/pierriko/atlaas/issues
- https://github.com/pierriko/atlaas/pulls
- https://help.github.com/articles/fork-a-repo
- https://help.github.com/articles/using-pull-requests
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++.
Copyright © 2013-2015 CNRS-LAAS