Re: [gdal-dev] Nitf Metadata parsing

2021-04-28 Thread bradh
I did not set any additional environment variables or macros. I just used my usual gdal build. You are of course free to do whatever you like. BradOn 28 Apr 2021 11:01 am, jovajova24 wrote:Brad, sorry for pushing but I'm going in circles here. It looks like you and Even had this discussion i.e.,

Re: [gdal-dev] Nitf Metadata parsing

2021-04-27 Thread Matthew Baran
Hi, Please note that the DES related PR was merged after the 3.2 release - hence no 3.2.x packages will have the xml:DES metadata domain or the DES related objects. To access the xml:DES metadata domain you will either have to build the source code from the current master branch, or use the

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 Eric Jovenitti
? On Tue, Apr 27, 2021 at 12:08 AM wrote: > Ok. Have a nice day. > > On 27 Apr. 2021 04:45, jovajova24 wrote: > > 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

Re: [gdal-dev] Nitf Metadata parsing

2021-04-26 Thread bradh
Ok. Have a nice day. On 27 Apr. 2021 04:45, jovajova24 wrote: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.,

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

Re: [gdal-dev] Nitf Metadata parsing

2021-04-25 Thread Brad Hards
FSCODE= NITF_FSCOP=0 NITF_FSCPYS=0 . NITF_PVTYPE=INT NITF_STYPE=BF01 NITF_TGTID= Metadata (xml:DES): Clearly you'll need to parse out the DESDATA part of the segment, using STDI-0002 as a guide. Brad -Original Message- From: gda

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