[Qgis-user] how to export jpg-georeferences

Alister Hood Alister.Hood at synergine.com
Wed Jun 20 17:34:32 PDT 2012


Hi,
It looks like you have geotiff files which are incorrectly named with the extension .jpg

For geotiffs you can use listgeo as has been mentioned.

If hypothetically you had the same problem with some other format (say ECW for example), then you would either need to write a script to create the world files manually, or you could use gdal_translate to translate the images to another format, using the option to create a world file, and then throw the new images away and use a batch renamer to change the extension of the world files if necessary (e.g. to .eww).

Alister

> Date: Wed, 20 Jun 2012 15:54:37 +0200
> From: Jan Tappenbeck <osm at tappenbeck.net>
> To: qgis-user at lists.osgeo.org
> Subject: [Qgis-user] how to export jpg-georeferences
> Message-ID: <4FE1D61D.7070407 at tappenbeck.net>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> Hi !
> 
> i have a folder of jpg files with geocoordinates:
> 
> example:
> Driver: GTiff/GeoTIFF
> Files:
> //file2008v-01/data/GIS/Support/Projekte/IRIS_Projekte/Beckum/201202_raster_zur_aufwandssch?tzung/beckum_test_vorab/trans_300/dop10rgb_32427_5728_1_nw.jpg
> Size is 5000, 5000
> Coordinate System is `'
> Origin = (3427044.635862431000000,5730851.306048288000000)
> Pixel Size = (0.200079371417686,-0.200079371417686)
> Image Structure Metadata:
>    INTERLEAVE=PIXEL
> Corner Coordinates:
> Upper Left  ( 3427044.636, 5730851.306)
> Lower Left  ( 3427044.636, 5729850.909)
> Upper Right ( 3428045.033, 5730851.306)
> Lower Right ( 3428045.033, 5729850.909)
> Center      ( 3427544.834, 5730351.108)
> Band 1 Block=5000x1 Type=Byte, ColorInterp=Red
> Band 2 Block=5000x1 Type=Byte, ColorInterp=Green
> Band 3 Block=5000x1 Type=Byte, ColorInterp=Blue
> 
> did anyone know a way to export word-files (jgw) ??
> 
> regards Jan :-)


More information about the Qgis-user mailing list