increasing the limit of MAX_METADATA_LEN is acceptable?
On Tue, Sep 1, 2015 at 8:07 PM, Rashad M wrote:
>
>
> On Tue, Sep 1, 2015 at 5:08 PM, Even Rouault
> wrote:
>
>> Le mardi 01 septembre 2015 16:50:32, Rashad M a écrit :
>> > Hello all,
>> >
>> > I have an the following warning from gdal wh
On Tue, Sep 1, 2015 at 5:08 PM, Even Rouault
wrote:
> Le mardi 01 septembre 2015 16:50:32, Rashad M a écrit :
> > Hello all,
> >
> > I have an the following warning from gdal when reading .h5 dataset
> >
> > Warning 2: Header data too long. Truncated.
> >
> > Looking at frmts/hdf5/hdf5dataset.cpp
Le mardi 01 septembre 2015 16:50:32, Rashad M a écrit :
> Hello all,
>
> I have an the following warning from gdal when reading .h5 dataset
>
> Warning 2: Header data too long. Truncated.
>
> Looking at frmts/hdf5/hdf5dataset.cpp there is a define for
> MAX_METADATA_LEN
>
> #define MAX_METADATA
Hello all,
I have an the following warning from gdal when reading .h5 dataset
Warning 2: Header data too long. Truncated.
Looking at frmts/hdf5/hdf5dataset.cpp there is a define for
MAX_METADATA_LEN
#define MAX_METADATA_LEN 32768
and there is a check
if( CPLStrlcat(szValue, sz