Re: [gdal-dev] Overwriting Georeferencing Information of a GeoTIFF file

2009-05-05 Thread Andrew Brooks
> > Actually, I don't want to modify the rasters at all, just the > georeferencing information. The libtiff utilities now include a utility called applygeo which can change the georeferencing tags without rewriting the raster data. Andrew ___ gdal-dev

Re: [gdal-dev] Overwriting Georeferencing Information of a GeoTIFF file

2009-05-05 Thread Even Rouault
You can use the -a_srs and/or -a_ullr options (depending if you're interested in the SRS or the georeferenced coordinates) of gdal_translate to produce a new GeoTIFF with overriden information. Le Tuesday 05 May 2009 13:53:25 Andreas Neumann, vous avez écrit : > Hi GDAL users/developers, > > Is

Re: [gdal-dev] Overwriting Georeferencing Information of a GeoTIFF file

2009-05-05 Thread Andreas Neumann
n writing files to be read by > applications intolerant of unrecognised tags. > > There could be some better way... > > Regards, > > Benoît Andrieu > b...@ixsea.com > benoit.andr...@gmail.com > > - Original Message ----- > From: "Andreas Neumann" >

Re: [gdal-dev] Overwriting Georeferencing Information of a GeoTIFF file

2009-05-05 Thread Nikos Alexandris
Andreas N: > Hi GDAL users/developers, > Is it possible to overwrite georeferencing information of an existing > geotiff [*] file? Not sure that it will do the job but it might be interesting to have a look at the utilities listgeo, geotifcp (part of geotiff-bin under linux). Kind regards, Nikos

Re: [gdal-dev] Overwriting Georeferencing Information of a GeoTIFF file

2009-05-05 Thread Benoît Andrieu
ject: [gdal-dev] Overwriting Georeferencing Information of a GeoTIFF file Hi GDAL users/developers, Is it possible to overwrite georeferencing information of an existing geotiff file? For some reasons, some of the files I received have georeferencing information in Millimeters instead of Meters.

[gdal-dev] Overwriting Georeferencing Information of a GeoTIFF file

2009-05-05 Thread Andreas Neumann
Hi GDAL users/developers, Is it possible to overwrite georeferencing information of an existing geotiff file? For some reasons, some of the files I received have georeferencing information in Millimeters instead of Meters. All of my data uses meters as units. I thought that maybe it is possible t