ljvmiranda921 / comments.ljvmiranda921.github.io

Blog comments for my personal blog: ljvmiranda921.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install GDAL/OGR

ljvmiranda921 opened this issue · comments

Comment written by Ram De Guzman on 06/25/2019 04:28:14

Thank you for your guidance, this really worked for me and I've never had to look for another guide ever since! 10/10 would recommend.

Comment written by Ardie Orden on 08/23/2019 09:28:16

Thanks for the guide, this really helps out whenever I'm using an Ubuntu VM!

For those who're using Debian Buster, you can use these commands instead:


$ sudo apt-get install -y gdal-bin python3-gdal python-gdal libgdal-dev g++
$ CPLUS_INCLUDE_PATH=/usr/include/gdal
$ C_INCLUDE_PATH=/usr/include/gdal
$ pip3 install GDAL=2.4.0