Re: [gdal-dev] RE: GDALOpen crash on large GRIB files - workaround

2009-12-11 Thread Frank Warmerdam
Sjur Kolberg wrote: Hi again, This was obviously not a known problem. What we ended up with was to split the GRIB files up in smaller pieces using another software and importing bit by bit using GDAL. During the work we also had memory allocation problems in plain C++ code (myarray = new fl

[gdal-dev] RE: GDALOpen crash on large GRIB files - workaround

2009-12-11 Thread Sjur Kolberg
Hi again, This was obviously not a known problem. What we ended up with was to split the GRIB files up in smaller pieces using another software and importing bit by bit using GDAL. During the work we also had memory allocation problems in plain C++ code (myarray = new float[alotofcells]; gives