Skip to content

PierrickKoch/gdalwrap

Repository files navigation

GDALWRAP

C++11 GDAL wrapper

[Build Status] (https://travis-ci.org/pierriko/gdalwrap)

INSTALL

First, install gdal, then

# sudo apt-get install cmake libgdal1-dev
git clone http://trac.laas.fr/git/gdalwrap && cd gdalwrap
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/devel ..
make -j8 && make install

CONTRIBUTE

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

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-2014 CNRS-LAAS