.
My best regards,
Ivan
> ---Original Message---
> From: Scott Sinclair
> Subject: Re: [gdal-dev] satellite image processing in Python
> Sent: Apr 17 '09 06:58
>
> > 2009/4/14 Harris, Sarah L :
> > I would like to use this code written by Yann Chemin (see
> 2009/4/14 Harris, Sarah L :
> I would like to use this code written by Yann Chemin (see Feb 2009 gdal-dev
> archives)
> but I keep getting a memory error. Can anyone help me fix this. I have put
> the entire error below the code.
> Thanks in advance
>
> F=[]
...
> Traceback (most recent call la
Hello,
I would like to use this code written by Yann Chemin (see Feb 2009 gdal-dev
archives)
but I keep getting a memory error. Can anyone help me fix this. I have put the
entire error below the code.
Thanks in advance
F=[]
F.append('e:\Imagery\Landsat\Landsat7\L71040036_03620071224_B10.TIF')
F.
Hello,
Would need a small help to troubleshoot this small code:
1 - When the for loop is over, the last file is not completely closed
(~480Mb instead of 509Mb)
Is there a way to force it to close? (opening another file forces the
previous file to be closed with a proper"?" 509Mb)
2 - A segmenta