<div>That worldfile-to-worldfile tool would be useful to me too.</div>
<div> </div>
<div>Then I got another use case: Google Earth (GE) allows to georeference raster images as GroundOverlays for free. GE exports the 'metadata' as KML. What about a converter that takes this KML (or it's parameters from command line) and generates a world file according to -t_srs option?</div>
<div> </div>
<div>Here's such a GroundOverlay-KML (<font face="Courier New">LatLonBox and AFAIK <font face="Courier New">viewBoundScale are required as input</font></font>):</div>
<div> </div>
<div><font face="courier new,monospace"><?xml version="1.0" encoding="UTF-8"?><br><kml xmlns=</font><font face="courier new,monospace"><a href="http://earth.google.com/kml/2.2">http://earth.google.com/kml/2.2</a></font><font face="courier new,monospace">><br>
<GroundOverlay><br> <name>My Rater Map</name><br> <LookAt><br> ...</font></div>
<div><font face="courier new,monospace"> </LookAt><br> <color>9effffff</color><br> <Icon><br> <href><a href="http://localhost/mymap.gif">http://localhost/mymap.gif</a></href><br> <viewBoundScale>0.75</viewBoundScale><br>
</Icon><br> <LatLonBox><br> <north>47.23523669475633</north><br> <south>47.21775676333381</south><br> <east>8.832387284904627</east><br> <west>8.810965407549148</west><br>
</LatLonBox><br></GroundOverlay><br></kml><br></font><br> </div>
<div><span class="gmail_quote">2008/2/8, Michele Zanin <<a href="mailto:miczanin@gmail.com">miczanin@gmail.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Frank,<br><br>On Feb 8, 2008 2:55 PM, Frank Warmerdam <<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>> wrote:<br>
> I'm guessing that "another.tfw" represents the *approximate* world file<br>> for the original file, but interpreted in EPSG:4326 - is that right?<br><br>Exactly.<br><br>> Unfortunately, doing the above is not possible with any of the command<br>
> line utilities. ... It could also of course be<br>> written as a small C/C++ utility.<br><br>I will implement a small c++ utility.<br><br>Thank you for your help, I really appreciate it!<br>michele<br>_______________________________________________<br>
gdal-dev mailing list<br><a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote>
</div><br>