Re: [gdal-dev] Nitf Metadata parsing

2021-04-27 Thread jovajova24
Brad, sorry for pushing but I'm going in circles here. It looks like you and Even had this discussion i.e., http://osgeo-org.1560.x6.nabble.com/gdal-dev-Accessing-DES-in-NITF-through-GDAL-td5434141.html You gave me the example of how to output the DES's from the command line, but the builds I'm

Re: [gdal-dev] Nitf Metadata parsing

2021-04-26 Thread jovajova24
Brad, Thanks for the reply! The objects I'm referring to are what I have listed i.e.,  NITFSegmentInfo  NITFDESGetXml These objects were changed in the PR I have listed i.e., https://github.com/OSGeo/gdal/pull/3153/files#diff-084e5d55477ff6b3acacb5bf240281a52d778c07106fb1fb2b53f1275988a25eR2476-

[gdal-dev] Nitf Metadata parsing

2021-04-25 Thread jovajova24
I found this, http://osgeo-org.1560.x6.nabble.com/gdal-dev-NITF-DES-Data-td5448580.html ( and other threads) -- so it sounds like to parse a NITF DES you need to rebuild GDAl with the ESRI_BUILD flag. Is this correct ? Mover-over, I've been trying to find some c++ sample code to parse a NITF DES.

Re: [gdal-dev] Accessing a Nitf DES

2021-04-24 Thread jovajova24
Ok thank you very much for your response. I'm so confused now. The link you sent me uses objects like: NITFSegmentInfo Which when you download 3.2.1 for Windows, none of the specific NITF objects headers are included. I've been trying to build GDAL all morning, but there's an issue bui

[gdal-dev] Accessing a Nitf DES

2021-04-22 Thread jovajova24
So I found this issue that never got merged i.e., https://github.com/OSGeo/gdal/pull/2336 I'm assuming this means that GDAL doesn't support accessing GLAS\GFM DES right now? If not, could I finsh this PR? Also, can someone point me to any sudo c++ example code in how to access a DES? Thanks.