WorldFileTool: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(How to transform a World file into WGS84?)
Zeile 1: Zeile 1:
 +
[[Bild:worldfiletool_swt.png|thumb|WorldFileTool in SWT]]
 +
[[Bild:worldfiletool_swing.png|thumb|WorldFileTool in Swing]]
 +
 
'''World File Tool''' - A metadata management tool for georeferenced images.
 
'''World File Tool''' - A metadata management tool for georeferenced images.
  
Zeile 34: Zeile 37:
 
== Download ==
 
== Download ==
 
* Binaries: [http://wiki.hsr.ch/StefanKeller/wiki.cgi?WorldFileTool Download-Wiki]
 
* Binaries: [http://wiki.hsr.ch/StefanKeller/wiki.cgi?WorldFileTool Download-Wiki]
* Full deliverable contains Java (inc. Javadoc), Swing and test cases (JUnit).  
+
* Full deliverable contains Java (inc. Javadoc), SWT, Swing and test cases (JUnit).  
  
 
== Other software to convert World files ==
 
== Other software to convert World files ==

Version vom 7. Juni 2008, 17:17 Uhr

WorldFileTool in SWT
WorldFileTool in Swing

World File Tool - A metadata management tool for georeferenced images.

See also World file.

About the WorldFileTool

An interactive tool and a library to georeference images using free and open source software. A World file and the KML format enable GIS programs to read georeferenced images.

Features

  • Loads, edits and saves KML with its linked image
  • If needed, rotates an image to be north aligned and saves it back
  • Supports following graphic file formats: jpg, tiff, png, gif
  • Imports and exports a World file with its corresponding image

Usage

Prepare the image. In order to minimize the system strain, keep the image size smaller than 2000 x 2000 pixels.

  1. Open Google Earth, use "Add Image Overlay", save it and export it as .kml in a local directory.
  2. Start WorldFileTool, import KML and export it either again KML or as world file.
  3. Done.

Now you can use the image e.g. in GIS tools like UMN Mapserver (based on the world file) or in IndoorWPS Locator (based on the KML).

How to transform a World file into WGS84?

The WorldFileTool currently can't reproject coordinates, e.g. from local to other CRSs. But Google Earth for example expects image overlays unprojected with lat/long extents.

Use gdalwarp (see GDAL) to convert each world file into an unprojected GeoTiff, and then gdal_translate to produce a jpeg compatible with Google Earth, along with another worldfile listing in lat/lon.

 % gdalwarp -s_srs EPSG:21781 -t_srs EPSG:4326 switzerland.jpg switzerland_wgs84.tif
 % gdal_translate -outsize 13% 13% -of JPEG -co WORLDFILE=YES switzerland_wgs84.tif switzerland_wgs84.jpg

Download

  • Binaries: Download-Wiki
  • Full deliverable contains Java (inc. Javadoc), SWT, Swing and test cases (JUnit).

Other software to convert World files

  • ArcGIS
  • The TatukGIS Viewer can open a raster image file in several different formats (JPG, BMP, PNG, TIF, ECW, SID, JP2), use the world file to georeference it, and then export it to the GeoTiff format with the georeferencing data embedded in it.
  • See also http://freegeographytools.com