Skip to content

Ellon/atlaas

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

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