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
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
: 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
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
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
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
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
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
I am trying to use GDAL utilities (on a Solaris 10 system) against CIB
files (from a CD) to convert them to a single NITF image.
When I run gdal_translate, it doesn't seem to accept the a.toc, but it
does create a one-to-one nitf image for each CIB file the command is run
against.
Is there a