Re: [gdal-dev] adding georeferencing information

2011-09-22 Thread Andrew Brooks
On 22 September 2011 16:06, Jan Hartmann wrote: > Hi Andrew, I must have overlooked your mail. Applygeo is not mentioned on > the libgeotiff page, but I found the following posting: > > > http://osgeo-org.1803224.n2.nabble.com/Copy-projection-between-GeoTIFFs-td2065142.html > It is in the bin d

Re: [gdal-dev] adding georeferencing information

2011-09-22 Thread Jan Hartmann
Hi Andrew, I must have overlooked your mail. Applygeo is not mentioned on the libgeotiff page, but I found the following posting: http://osgeo-org.1803224.n2.nabble.com/Copy-projection-between-GeoTIFFs-td2065142.html Thanks, Jan On 09/22/2011 04:24 PM, Andrew Brooks wrote: On 22 September 201

Re: [gdal-dev] adding georeferencing information

2011-09-22 Thread Jan Hartmann
Thanks Jean-Claude, I'll try it out as soon as I manage to compile GDAL trunk. It's still broken at the moment ... Jan On 09/22/2011 02:26 PM, Jean-Claude Repetto wrote: Le 22/09/2011 13:37, Jan Hartmann a écrit : Found the answer to this one: use the "listgeo" and "geotifcp" utilities from t

Re: [gdal-dev] adding georeferencing information

2011-09-22 Thread Jean-Claude Repetto
Le 22/09/2011 13:37, Jan Hartmann a écrit : Found the answer to this one: use the "listgeo" and "geotifcp" utilities from the Geotiff library (http://trac.osgeo.org/geotiff/). They are not included in the gdal utilities, so you need them install them yourself. Jan There is a new GDAL utility p

Re: [gdal-dev] adding georeferencing information

2011-09-22 Thread Jan Hartmann
Found the answer to this one: use the "listgeo" and "geotifcp" utilities from the Geotiff library (http://trac.osgeo.org/geotiff/). They are not included in the gdal utilities, so you need them install them yourself. There is a debian package for it (geotiff-bin), and I guess there are binary v

Re: [gdal-dev] adding georeferencing information

2011-09-06 Thread Matt Wilkie
Is there a quick way to add back georeferencing information to a geotif file that has been processed by Imagemagick? also see http://code.google.com/p/maphew/source/browse/gis/gdal_extras/bin/gdalcopyproj.py cheers, matt wilkie Geomatics Analyst

Re: [gdal-dev] adding georeferencing information

2011-09-06 Thread Andrew Brooks
On 5 September 2011 15:46, Jan Hartmann wrote: > Is there a quick way to add back georeferencing information to a geotif file > that has been processed by Imagemagick? There should be an "applygeo" utility distributed with the geotiff library which can do this. Andrew ___

Re: [gdal-dev] adding georeferencing information

2011-09-05 Thread Brent Fraser
Jan, I use: listgeo mygeotiff.tif > mygeotiff.gtt geotifcp -g mygeotiff.gtt nogeotags.tif mynewgeotiff.tif FYI, I've been experimenting with GDAL's vrt format to sharpen my tiffs: : : Red NRT_123.tif 1 BlockXSize="2890" BlockYSize="1" /> 3 -0.111 -0.111 -0.111 -0.111 2 -0.11

[gdal-dev] adding georeferencing information

2011-09-05 Thread Jan Hartmann
Hi all, Is there a quick way to add back georeferencing information to a geotif file that has been processed by Imagemagick? I have lots of georeferenced images that I want to sharpen up a bit, but ImageMagick throws the georeference headers away. Is there a way to transport them from the ori