Created
November 18, 2023 09:14
-
-
Save krishnaglodha/e83a39412cae417300c8d55dfae893b1 to your computer and use it in GitHub Desktop.
Install GDAL
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 ppa:ubuntugis/ppa && sudo apt-get update | |
sudo apt-get update | |
sudo apt-get install gdal-bin | |
sudo apt-get install libgdal-dev | |
export CPLUS_INCLUDE_PATH=/usr/include/gdal | |
export C_INCLUDE_PATH=/usr/include/gdal | |
pip install GDAL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment