Install GDAL for Python with Anaconda

preview_player
Показать описание
GDAL is a fundamental package for geospatial analysis with Python, but it is not trivial to install. With a couple of nuances, Anaconda makes it easy to install and use GDAL. This tutorial will walk you through the steps of installing GDAL for the Anaconda Python distribution.

Рекомендации по теме
Комментарии
Автор

Hi, I already installed gdal and it worked in anaconda prompt, but still get "No module named 'osgeo' " in spyder. Do you know how to solve it? Thanks!

felipecharpentier
Автор

Thank you for saving me from hours of frustration trying to download GDAL.

sharonfitzpatrick
Автор

Just needed to come here from the article to say THANK YOU, I've been going insane trying to install gdal and this finally

YT
Автор

Thanks! Worked perfectly

This was the simplest and most efficient way to install gdal on windows. I wish I had found this video before!
Subscribed👍

claudineisantosnx
Автор

Good job! This YT channel is great. Keep it up!

AlessioDiLorenzo
Автор

Thank you so much I've been working since 2 hours to sort this. Finally your video helped me. Big

pankajgoikar
Автор

Awesome thanks for this... I can't say I know what to do next, but at least this much is done!

itsjared
Автор

Something nobody tells you is that when you install gdal in the environment it comes with python 3.10, which is counterproductive if you use tensoflow because it can only run with py3.6 - 3.9. On the other hand if you first install tf and then gdal it won't install properly and it won't find the '_gdal' module

felipehq
Автор

I've tried to get GDAL running on my conda environment with python version 3.8 (on WIndows 10) but it gives an error saying that for python versions >=3.8 a variable in PATH should be set to 'YES'. Doing so will not make the package work, it will just give another error.
What worked for me was to downgrade gdal package to version 3.0.2 on anaconda.
This took me a very long time to find out but hopefully it helps someone

fennexgg
Автор

After this conda install -c conda-forge gdal process is done, I am getting an error of [WinError 127] The specified procedure could not be found. kindly help

pawansoyam
Автор

est ce que gdal est dans la machine ou bien est dans anaconda car depuis je cherches a installer par osgeo4w mais depuis sa marche pas

lechampi
Автор

I was getting an error like this "Error6: GEOS 3.8 or later needed for makevalid" When I use "ogr2ogr". Any help?

arulvalananto
Автор

How can I install rasterio library in anaconda, is that same??

niraimathi
Автор

Hey, I'm getting this minor error called set "GDAL_DRIVER_PATH="
So to which folder should I set the GDAL_DRIVER_PATH ?

gouthamsuresh
Автор

Hello, I am using mac, and after having installed GDAL, it said that module osgeo not existed???

nururu
Автор

How to install rasterio for Python with Anaconda?

fromphone