Hi Conrado,

"\"Jorge Conrado Conforte\"" <jorge.confo...@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.
-- 
https://mail.python.org/mailman/listinfo/python-list
  • Gdal "Jorge Conrado Conforte"
    • Re: Gdal Dioumacor FAYE
    • Re: Gdal Loris Bennett

Reply via email to