Gdal

Loris Bennett loris.bennett at fu-berlin.de
Fri Oct 7 09:00:13 EDT 2022


Hi Conrado,

"\"Jorge Conrado Conforte\"" <jorge.conforte at inpe.br> writes:

> Hi, 
>
>
>
>
> I installed GDAL using the pip command and conda. But, I did: 
>
> import gdal and I had: 

Depending on your GDAL version, you might find you have to do

  from osgeo import gdal

See

  https://gdal.org/api/python_bindings.html#tutorials

Cheers,

Loris

> Traceback (most recent call last): 
> File "<stdin>", line 1, in <module> 
> ModuleNotFoundError: No module named 'gdal' 
>
>
>
>
>
> I need gdal to remap some data. 
>
> Please, help me 
>
>
>
>
> Conrado 
-- 
This signature is currently under construction.


More information about the Python-list mailing list