[gdal-dev] How to open Erdas Imagine .ige (Large Raster Spill File) Format with gdal

2013-12-12 Thread Jun Xiong
Hi All: I have a Erdas .ige file (=100GB) which was generated by gdal utility gdal_merge.py, then I want to use gdal API to open it, like following: GDALDatasetH hDataset; char *pszFilename; GDALAllRegister(); hDataset = GDALOpen(pszFilename, GA_ReadOnly); The program was

Re: [gdal-dev] How to open Erdas Imagine .ige (Large Raster Spill File) Format with gdal

2013-12-12 Thread Etienne Tourigny
you have not initialized you variable pszFilename, try replacing it with the actual file name of the file, or setting the contents of the variable. On Fri, Dec 13, 2013 at 12:06 AM, Jun Xiong jun.xiong1...@gmail.com wrote: Hi All: I have a Erdas .ige file (=100GB) which was generated by gdal

Re: [gdal-dev] How to open Erdas Imagine .ige (Large Raster Spill File) Format with gdal

2013-12-12 Thread Jun Xiong
HI Etienne: Thank you for your reply. Actually I did initialized pszFilename. I just omit parts of the codes to make it readable. On Thu, Dec 12, 2013 at 7:12 PM, Etienne Tourigny etourigny@gmail.comwrote: you have not initialized you variable pszFilename, try replacing it with the

Re: [gdal-dev] How to open Erdas Imagine .ige (Large Raster Spill File) Format with gdal

2013-12-12 Thread Luke
in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-How-to-open-Erdas-Imagine-ige-Large-Raster-Spill-File-Format-with-gdal-tp5094078p5094089.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org