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
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