Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Sorry guys, seems like my process somehow changed the image along the way. It works now. Thanks for the help. Chris On 2010/09/28 12:17 PM, Chaitanya kumar CH wrote: Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is importe

Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Yes, but this didn't help either. Chris On 2010/09/28 12:17 PM, Chaitanya kumar CH wrote: Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is imported. On Tue, Sep 28, 2010 at 3:31 PM, GOO Creations

Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread Chaitanya kumar CH
Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is imported. On Tue, Sep 28, 2010 at 3:31 PM, GOO Creations wrote: > Hi everyone > > I've looked through the mailing-list archive and I know this issue was > addressed several 100 t

[gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Hi everyone I've looked through the mailing-list archive and I know this issue was addressed several 100 times, but I still can't find the problem: This is my code I use to open an image: const char* f = "/home/goocreations/Documents/blue.pix"; GDALDataset *d = (GDALDataset*) GDALOpen(f,GA_U

Re: [gdal-dev] gdal error 4

2008-09-24 Thread Frank Warmerdam
sigmazero13 wrote: I've had the same problem with another .tif file on my machine, too. I checked the permissions, and it's readable by owner, group, and world, so I'm not sure what else to try. When I do a gdalinfo --formats, though, there is a GTiff format, but nothing for just TIF. I'm not

Re: [gdal-dev] gdal error 4

2008-09-24 Thread sigmazero13
I've had the same problem with another .tif file on my machine, too. I checked the permissions, and it's readable by owner, group, and world, so I'm not sure what else to try. When I do a gdalinfo --formats, though, there is a GTiff format, but nothing for just TIF. I'm not sure what might be w

Re: [gdal-dev] gdal error 4

2008-09-03 Thread Frank Warmerdam
Christian Willmes wrote: Hello, I have a problem with the gdal Installation on our webserver. I'm new to gdal, to be specific I try to get some raster data into mapserver, but there occours the following error according gdal and I could not find anything what helped me out on google and other

[gdal-dev] gdal error 4

2008-09-03 Thread Christian Willmes
Hello, I have a problem with the gdal Installation on our webserver. I'm new to gdal, to be specific I try to get some raster data into mapserver, but there occours the following error according gdal and I could not find anything what helped me out on google and other mailinglists. I get the