[gdal-dev] How to open Erdas Imagine .ige (Large Raster Spill File) Format with gdal
Luke
lukepinnerau at gmail.com
Thu Dec 12 20:54:04 PST 2013
Pass the *.img filename to GDALOpen. Don't try to open the *.ige file
directly. The ERDAS Imagine (HFA) driver will access the spill file
implicitly.
Luke
Jun Xiong wrote
> 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 compiled successfully, but when I tried to run it, the
> system prompt
>
> Segmentation fault (core dumped)
>
>
> And nothing else, I googled such information and then found very hard to
> locate the bugs. And ideas? Very appreciated.
>
> Jun
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at .osgeo
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
--
View this message 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.
More information about the gdal-dev
mailing list