Re: [gdal-dev] NITF DESDATA

2012-10-07 Thread matt . nottingham
Thanks for your quick & insightful reply. I'll have a (re)look at getmetadata("tre") - but I seem to remember that it didn't return anything, but I'll check again. I'll also look into NITFDESAccess() / NITFDESDeaccess(). Thanks again, Matt Even Rouault writes: > Le dimanche 07 octobre 2012 10

Re: [gdal-dev] NITF DESDATA

2012-10-07 Thread Even Rouault
Le dimanche 07 octobre 2012 10:57:05, matt.notting...@zen.co.uk a écrit : > Hi, > > I'm trying to access the DESDATA segment of a nitf file. Nothing > appears to happen in the default build - i.e. getmetadata("DES") (or > getmetadata("NITF_DES")) doesn't return anything. Looking at the NITF > driv

[gdal-dev] NITF DESDATA

2012-10-07 Thread matt . nottingham
Hi, I'm trying to access the DESDATA segment of a nitf file. Nothing appears to happen in the default build - i.e. getmetadata("DES") (or getmetadata("NITF_DES")) doesn't return anything. Looking at the NITF driver I can see it has all of the code necessary to read the DES part of nitf files, bu