RE: [gdal-dev] GDAL: How to create one NITF image from CIB CD

2009-09-08 Thread Even Rouault
ient, please contact the sender by reply > email and destroy all copies of the original message. > > > -Original Message- > From: Even Rouault [mailto:even.roua...@mines-paris.org] > Sent: Friday, September 04, 2009 2:47 AM > To: Rydzak, Carol-P28503 > Cc: gdal-dev@l

RE: [gdal-dev] GDAL: How to create one NITF image from CIB CD

2009-09-04 Thread Even Rouault
ml Best regards, Even > > Thanks, > > Carol > -Original Message- > From: Even Rouault [mailto:even.roua...@mines-paris.org] > Sent: Thursday, September 03, 2009 12:50 PM > To: Rydzak, Carol-P28503 > Cc: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] GDAL: How to create o

RE: [gdal-dev] GDAL: How to create one NITF image from CIB CD

2009-09-03 Thread Martin Chapman
: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Rydzak, Carol-P28503 Sent: Thursday, September 03, 2009 8:26 PM To: Even Rouault Cc: gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] GDAL: How to create one NITF image from CIB CD Hi. Thank you for getting

RE: [gdal-dev] GDAL: How to create one NITF image from CIB CD

2009-09-03 Thread Martin Chapman
Rydzak, Carol-P28503 Sent: Thursday, September 03, 2009 8:26 PM To: Even Rouault Cc: gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] GDAL: How to create one NITF image from CIB CD Hi. Thank you for getting back to me on this! Yes, I am using the 1.6.0 version of GDAL. I did what you suggested

RE: [gdal-dev] GDAL: How to create one NITF image from CIB CD

2009-09-03 Thread Martin Chapman
h. Martin -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Rydzak, Carol-P28503 Sent: Thursday, September 03, 2009 8:26 PM To: Even Rouault Cc: gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] GDAL: How to create one NITF image f

RE: [gdal-dev] GDAL: How to create one NITF image from CIB CD

2009-09-03 Thread Rydzak, Carol-P28503
Subject: Re: [gdal-dev] GDAL: How to create one NITF image from CIB CD Selon "Rydzak, Carol-P28503" : I assume you are using a recent enough GDAL version (>= 1.5.0) that has the RPFTOC driver. If so, gdalinfo on the a.toc should return a list of subdatasets (at least one). You can then s

Re: [gdal-dev] GDAL: How to create one NITF image from CIB CD

2009-09-03 Thread Even Rouault
Selon Even Rouault : Actually, I read too fast. You want to convert all the NITF tiles into a single NITF file. That is possible too of course. Just add -of NITF in the gdal_translate command line. Note that the resulting NITF will be larger in size than the sum of source NITF tiles, as CIB uses t

Re: [gdal-dev] GDAL: How to create one NITF image from CIB CD

2009-09-03 Thread Even Rouault
Selon "Rydzak, Carol-P28503" : I assume you are using a recent enough GDAL version (>= 1.5.0) that has the RPFTOC driver. If so, gdalinfo on the a.toc should return a list of subdatasets (at least one). You can then select one and translate it to a GeoTIFF. It will mosaic all the underlying NITF t