<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
On 2010-03-19 23:00, Tamas Szekeres wrote:
<blockquote
 cite="mid:f3b73b7d1003191500yd0c36earec840fa8ebc4c8c0@mail.gmail.com"
 type="cite">You might want to try to use the <a moz-do-not-send="true"
 href="http://www.gdal.org/frmt_wms.html">GDAL WMS/TMS driver</a>, as
something like:<br>
  <br>
  <br>
</blockquote>
Very interesting. How about using gdalwarp to georeference images over
the Internet? Any hints how to optimise this driver, as against using
file-system rasters?<br>
<br>
I tried the first example from the web-page, to retrieve an Onearth
Landsat image: <br>
<br>
$ gdal_translate -of JPEG -outsize 500 250
frmt_wms_onearth_global_mosaic.xml onearth_global_mosaic.jpg<br>
ERROR 4: `frmt_wms_onearth_global_mosaic.xml' not recognised as a
supported file format.<br>
<br>
Do I have to compile gdal with a WMS-option? I am still using 1.7.0.b1,
and I can find no configure option for WMS there.<br>
<br>
Jan <br>
</body>
</html>