Created a ticket here:
https://trac.osgeo.org/gdal/ticket/6594#ticket
First ticket, so hopefully I followed protocol.
Thanks for your help.
On Fri, Jul 15, 2016 at 12:07 PM, Even Rouault
wrote:
> Le vendredi 15 juillet 2016 15:31:09, Benjamin Deschamps a écrit :
> > Hi Even,
> >
> > The origin
Le vendredi 15 juillet 2016 15:31:09, Benjamin Deschamps a écrit :
> Hi Even,
>
> The original file is a Landsat-8 image, I can confirm that it has tags set
> in the imd metadata domain with gdalinfo -mdd imd
> LC80040242014245LGN00_B3.TIF but I'm creating a brand new raster, not
> making a copy,
Hi Even,
The original file is a Landsat-8 image, I can confirm that it has tags set
in the imd metadata domain with gdalinfo -mdd imd
LC80040242014245LGN00_B3.TIF but I'm creating a brand new raster, not
making a copy, so I'm not sure why the metadata is being transferred. The
following basic exam
Benjamin,
>
> I am seeing .IMD files being created first by driver.Create() with the
> GTIFF driver, and then also by gdalwarp (doing a simple reprojection), with
> both input and output in GTIFF format.
>
> I've never seen these files before... Can I prevent them from being
> written?
If they
Hi,
I am seeing .IMD files being created first by driver.Create() with the
GTIFF driver, and then also by gdalwarp (doing a simple reprojection), with
both input and output in GTIFF format.
I've never seen these files before... Can I prevent them from being written?
I'm using GDAL 2.0.2 with the