Re: [gdal-dev] IMD files being created by gdalwarp and driver.Create

2016-07-15 Thread Benjamin Deschamps
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

Re: [gdal-dev] IMD files being created by gdalwarp and driver.Create

2016-07-15 Thread Even Rouault
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,

Re: [gdal-dev] IMD files being created by gdalwarp and driver.Create

2016-07-15 Thread Benjamin Deschamps
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

Re: [gdal-dev] IMD files being created by gdalwarp and driver.Create

2016-07-14 Thread Even Rouault
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

[gdal-dev] IMD files being created by gdalwarp and driver.Create

2016-07-14 Thread Benjamin Deschamps
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