Re: [gdal-dev] NITF DES

2021-08-25 Thread ni hao
Thank you Even for your help. From: Even Rouault Sent: August 24, 2021 3:28 PM To: ni hao ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] NITF DES Le 24/08/2021 à 20:07, ni hao a écrit : Hi Even, Thank you for your reply. Is there a simpler example to

Re: [gdal-dev] NITF DES

2021-08-24 Thread Even Rouault
rewrite a new one without them *From:* Even Rouault *Sent:* August 24, 2021 1:50 PM *To:* ni hao ; gdal-dev@lists.osgeo.org *Subject:* Re: [gdal-dev] NITF DES Hello, yes, first look: - at the doc of the DES creation

Re: [gdal-dev] NITF DES

2021-08-24 Thread ni hao
-dev] NITF DES Hello, yes, first look: - at the doc of the DES creation option in https://gdal.org/drivers/raster/nitf.html#creation-issues - at https://gdal.org/drivers/raster/nitf_advanced.html#data-extension-segments-xml-des you will need to compose the DES segment in a relatively low

Re: [gdal-dev] NITF DES

2021-08-24 Thread Even Rouault
Hello, yes, first look: - at the doc of the DES creation option in https://gdal.org/drivers/raster/nitf.html#creation-issues - at https://gdal.org/drivers/raster/nitf_advanced.html#data-extension-segments-xml-des you will need to compose the DES segment in a relatively low level. Look at

[gdal-dev] NITF DES

2021-08-24 Thread ni hao
Hi List, Is there a GDAL utility or Python code to delete/alter/write to NITF Data Extension Segments (DES) ? Thanks. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] NITF DES Data

2020-10-26 Thread Even Rouault
Matt, > I would like to extract NITF data extension segment (DES) data using GDAL's > pre-built python packaging. I'm aware of nitfdump, but that requires my > downstream users to build from source, so I'm looking for something more > integrated. I see there is a "DES" metadata domain in the NIT

[gdal-dev] NITF DES Data

2020-10-26 Thread Matthew Baran
Hi All, I would like to extract NITF data extension segment (DES) data using GDAL's pre-built python packaging. I'm aware of nitfdump, but that requires my downstream users to build from source, so I'm looking for something more integrated. I see there is a "DES" metadata domain in the NITF driv