Created
March 27, 2018 11:52
-
-
Save gnthibault/f6db7b9e8a507ee577d7d9c6a08492d6 to your computer and use it in GitHub Desktop.
Installing GDAL (c++ anf python) on ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable | |
sudo apt update | |
sudo apt upgrade | |
sudo apt-get install libgdal-dev libgdal1i | |
pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment