Re: [gdal-dev] satellite image processing in Python

2009-04-17 Thread Lucena, Ivan
. 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

Re: [gdal-dev] satellite image processing in Python

2009-04-16 Thread Scott Sinclair
> 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

[gdal-dev] satellite image processing in Python

2009-04-14 Thread Harris, Sarah L
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.

[gdal-dev] satellite image processing in Python

2009-02-10 Thread Yann Chemin
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